com.tibco.rta
Interface Key
- All Superinterfaces:
- java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- MetricKey
public interface Key
- extends java.io.Serializable, java.lang.Comparable
A unique identity of a node.
For a MetricNode
a key is the unique combination of its schema name, cube name, dimension
hierarchy name, and all the dimensions names and their values that make up the node.
For a Fact
the key is a unique string. Note that there can exist multiple facts with exactly identical
data in all its attributes.
Methods inherited from interface java.lang.Comparable |
compareTo |
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.