Uses of Class
net.esper.collection.MultiKeyUntyped

Packages that use MultiKeyUntyped
net.esper.event This package defines the Esper Client event API. 
net.esper.view.stat.olap Views computing OLAP cubes. 
 

Uses of MultiKeyUntyped in net.esper.event
 

Methods in net.esper.event that return MultiKeyUntyped
static MultiKeyUntyped EventBeanUtility.getMultiKey(EventBean event, EventPropertyGetter[] propertyGetters)
          Returns Multikey instance for given event and getters.
 

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

Methods in net.esper.view.stat.olap with parameters of type MultiKeyUntyped
 V MultidimCubeImpl.getCell(MultiKeyUntyped coordinates)
           
 V MultidimCube.getCell(MultiKeyUntyped coordinates)
          Get a cell, returns null if the cell does not yet exist.
 V MultidimCubeImpl.getCellAddMembers(MultiKeyUntyped coordinates)
           
 V MultidimCube.getCellAddMembers(MultiKeyUntyped coordinates)
          Get a cell adding the coordinate members if the cell does not yet exist.