Package org.nuxeo.runtime.metrics
Class MetricsConfigurationDescriptor.InstrumentDescriptor
java.lang.Object
org.nuxeo.runtime.metrics.MetricsConfigurationDescriptor.InstrumentDescriptor
- All Implemented Interfaces:
- Descriptor
- Enclosing class:
- MetricsConfigurationDescriptor
public static class MetricsConfigurationDescriptor.InstrumentDescriptor
extends Object
implements Descriptor
- 
Field SummaryFieldsFields inherited from interface org.nuxeo.runtime.model.DescriptorUNIQUE_DESCRIPTOR_ID
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.DescriptordoesRemove, merge
- 
Field Details- 
name
- 
isEnabledprotected boolean isEnabled
 
- 
- 
Constructor Details- 
InstrumentDescriptorpublic InstrumentDescriptor()
 
- 
- 
Method Details- 
getIdDescription copied from interface:DescriptorThe descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID. To forbid merge use a unique value, non-overriden toString()for exemple.- Specified by:
- getIdin interface- Descriptor
 
- 
isEnabledpublic boolean isEnabled()
 
-