|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.view.stat.olap.DimensionImpl
public final class DimensionImpl
Implements the dimension interface. Hold the data required for serving up dimension data.
Constructor Summary | |
---|---|
DimensionImpl(String[] propertyNames)
Constructor. |
Method Summary | |
---|---|
DimensionMember[] |
getMembers()
Returns the member values for the dimension. |
String[] |
getPropertyNames()
Returns the event property name or names providing the member values for the dimension. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DimensionImpl(String[] propertyNames)
propertyNames
- is the names of the event properties making up the dimensionMethod Detail |
---|
public final String[] getPropertyNames()
Dimension
getPropertyNames
in interface Dimension
public final DimensionMember[] getMembers()
Dimension
getMembers
in interface Dimension
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |