|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
N
- The data type of the metric.public interface Metric<N>
This represents the computed metric.
Method Summary | |
---|---|
Metric<N> |
deepCopy()
Deep copy this metric node. |
long |
getCreatedTime()
Timestamp in milliseconds when this metric was created. |
MetricValueDescriptor |
getDescriptor()
Get the associated descriptor |
java.lang.Object |
getDimensionValue()
Gets the value of the dimension that this metric represents. |
Key |
getKey()
Gets its primary key |
long |
getLastModifiedTime()
Timestamp in milliseconds when this metric was updated. |
boolean |
isMultiValued()
|
void |
setDescriptor(MetricValueDescriptor descriptor)
A descriptor associated with this metric like schema, cube, etc. |
void |
setKey(Key key)
Sets its primary key |
Method Detail |
---|
Key getKey()
Key
void setKey(Key key)
key
- java.lang.Object getDimensionValue()
MetricValueDescriptor getDescriptor()
void setDescriptor(MetricValueDescriptor descriptor)
descriptor
- boolean isMultiValued()
Metric<N> deepCopy()
long getCreatedTime()
long getLastModifiedTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |