N
- The data type of the metric.public interface Metric<N>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
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
|
void setKey(Key key)
key
- java.lang.Object getDimensionValue()
MetricValueDescriptor getDescriptor()
void setDescriptor(MetricValueDescriptor descriptor)
descriptor
- boolean isMultiValued()
long getCreatedTime()
long getLastModifiedTime()
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.