Uses of Interface
net.esper.view.stat.olap.Cube

Packages that use Cube
net.esper.indicator.jmx   
net.esper.indicator.pretty   
net.esper.view.stat.olap   
 

Uses of Cube in net.esper.indicator.jmx
 

Methods in net.esper.indicator.jmx with parameters of type Cube
protected  void JMXLastCubeElementDynamicMBean.setCube(Cube cube)
          Set the cube to display.
 

Uses of Cube in net.esper.indicator.pretty
 

Methods in net.esper.indicator.pretty with parameters of type Cube
static java.util.Map<java.lang.String,javax.management.openmbean.TabularData> CubeTabularDataRenderer.renderCube(Cube cube)
          Render the Cube as a collection of OpenMBean TabularData tables, each table carries a string key that contains the page dimension member, if present, else just the string TABLE_NAME.
static java.util.Map<java.lang.String,java.lang.Double> CubeCellStringRenderer.renderCube(Cube cube)
          Render a multidimensional table (see Cube) as flatted out structure.
 

Uses of Cube in net.esper.view.stat.olap
 

Classes in net.esper.view.stat.olap that implement Cube
 class CubeImpl
          Cube implementation derives the cells of the cube from a measures list and a MultidimCube containing BaseStatisticsBean.