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

Packages that use MultidimCube
com.espertech.esper.view.stat Views computing statistical values. 
com.espertech.esper.view.stat.olap Views computing OLAP cubes. 
 

Uses of MultidimCube in com.espertech.esper.view.stat
 

Methods in com.espertech.esper.view.stat that return MultidimCube
protected  MultidimCube<BaseStatisticsBean> MultiDimStatsView.getFactCube()
          For unit testing, returns fact cube.
 

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

Classes in com.espertech.esper.view.stat.olap that implement MultidimCube
 class MultidimCubeImpl<V>
          Implementation for a multidimensional cube that can be configured with the type of cell to store.
 

Methods in com.espertech.esper.view.stat.olap with parameters of type MultidimCube
static Pair<Dimension[],Cell[]> CubeDerivedValueHelper.derive(String[] measuresToDerive, MultidimCube<BaseStatisticsBean> cube)
          Derive given statistical measures from the multidim.
 

Constructors in com.espertech.esper.view.stat.olap with parameters of type MultidimCube
CubeImpl(MultidimCube<BaseStatisticsBean> cube, String[] measuresToDerive)
          Constructor.
 


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