Uses of Interface
mondrian.rolap.CellKey
Packages that use CellKey
Package
Description
Implements the data access layer for the olap package.
Manages a cache of aggregates containing cell values.
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 CellKeyModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classMethods in mondrian.rolap that return CellKeyModifier and TypeMethodDescriptionCellKey.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 CellKeyModifier and TypeMethodDescriptionbooleanReturns whether there is a value at a given coordinate.doubleReturns the value at a given coordinate, as adouble.intReturns the value at a given coordinate, as anint.Returns the value at a given coordinate, as anObject.booleanReturns 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 CellKeyModifier and TypeMethodDescriptionSegmentBody.getValueMap()Converts contents of this segment into a cellkey/value map.