Uses of Interface
com.espertech.esper.view.stat.olap.Cube

Packages that use Cube
com.espertech.esper.indicator.jmx Classes for indicating events through a JMX console 
com.espertech.esper.indicator.pretty Classes for pretty-printing OLAP cubes 
com.espertech.esper.view.stat.olap Views computing OLAP cubes. 
 

Uses of Cube in com.espertech.esper.indicator.jmx
 

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

Uses of Cube in com.espertech.esper.indicator.pretty
 

Methods in com.espertech.esper.indicator.pretty with parameters of type Cube
static Map<String,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 Map<String,Double> CubeCellStringRenderer.renderCube(Cube cube)
          Render a multidimensional table (see Cube) as flatted out structure.
 

Uses of Cube in com.espertech.esper.view.stat.olap
 

Classes in com.espertech.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.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com