|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RtaNode
This is the root interface in the runtime hierarchy of computed metrics. An RtaNode
An instance of this type is a MetricNode
They provide a wrapper to Metric
or Fact
instances.
These nodes are related to each other in a tree form. Nodes higher up in the tree represent
aggregations at higher level dimensions as defined in the DimensionHierarchy
Method Summary | |
---|---|
RtaNode |
deepCopy()
|
Browser<? extends RtaNode> |
getChildNodeBrowser()
An iterator that iterates over this nodes immediate children. |
long |
getCreatedTime()
Timestamp in milliseconds when this metric was created. |
Browser<Fact> |
getFactBrowser()
An iterator that iterates over this nodes fact nodes. |
Key |
getKey()
|
long |
getLastModifiedTime()
Timestamp in milliseconds when this metric was updated. |
RtaNode |
getParent()
|
Key |
getParentKey()
|
boolean |
isNew()
|
Method Detail |
---|
Key getKey()
RtaNode getParent()
Key getParentKey()
Browser<Fact> getFactBrowser()
Browser<? extends RtaNode> getChildNodeBrowser()
boolean isNew()
RtaNode deepCopy()
long getCreatedTime()
long getLastModifiedTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |