Package com.lightbend.cinnamon.chmetrics
Class MetricMetadata
- java.lang.Object
-
- com.lightbend.cinnamon.chmetrics.MetricMetadata
-
public final class MetricMetadata extends java.lang.Object
Metric metadata container.
-
-
Constructor Summary
Constructors Constructor Description MetricMetadata(Identity identity, Descriptor descriptor, int cacheSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getCached(int index)
Descriptor
getDescriptor()
Identity
getIdentity()
void
setCached(int index, java.lang.Object value)
-
-
-
Constructor Detail
-
MetricMetadata
public MetricMetadata(Identity identity, Descriptor descriptor, int cacheSize)
-
-
Method Detail
-
getIdentity
public Identity getIdentity()
-
getDescriptor
public Descriptor getDescriptor()
-
getCached
public java.lang.Object getCached(int index)
-
setCached
public void setCached(int index, java.lang.Object value)
-
-