Uses of Interface
mondrian.rolap.CellKey
-
Packages that use CellKey Package Description mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.spi Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement. -
-
Uses of CellKey in mondrian.rolap
Classes in mondrian.rolap that implement CellKey Modifier and Type Class Description static classCellKey.Fourstatic classCellKey.Manystatic classCellKey.Onestatic classCellKey.Threestatic classCellKey.Twostatic classCellKey.ZeroMethods in mondrian.rolap that return CellKey Modifier and Type Method Description CellKeyCellKey. copy()Returns a mutable copy of this CellKey.static CellKeyCellKey.Generator. newCellKey(int size)Creates a CellKey with a given number of axes.static CellKeyCellKey.Generator. newCellKey(int[] pos)Creates a CellKey populated with the given coordinates. -
Uses of CellKey in mondrian.rolap.agg
Methods in mondrian.rolap.agg with parameters of type CellKey Modifier and Type Method Description booleanSegmentDataset. exists(CellKey pos)Returns whether there is a value at a given coordinate.doubleSegmentDataset. getDouble(CellKey pos)Returns the value at a given coordinate, as adouble.intSegmentDataset. getInt(CellKey pos)Returns the value at a given coordinate, as anint.ObjectSegmentDataset. getObject(CellKey pos)Returns the value at a given coordinate, as anObject.booleanSegmentDataset. isNull(CellKey pos)Returns whether the cell at a given coordinate is null.voidSegmentDataset. populateFrom(int[] pos, SegmentDataset data, CellKey key) -
Uses of CellKey in mondrian.spi
Methods in mondrian.spi that return types with arguments of type CellKey Modifier and Type Method Description Map<CellKey,Object>SegmentBody. getValueMap()Converts contents of this segment into a cellkey/value map.
-