Uses of Package
mondrian.rolap.agg
-
Packages that use mondrian.rolap.agg Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.rolap.cache Provides primitives for policy-based caching.mondrian.spi Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement.mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spi
package. -
Classes in mondrian.rolap.agg used by mondrian.olap Class Description AggregationManager RolapAggregationManager
manages allAggregation
s in the system. -
Classes in mondrian.rolap.agg used by mondrian.rolap Class Description Aggregation AAggregation
is a pre-computed aggregation over a set of columns.AggregationKey Column context that an Aggregation is computed for.AggregationManager RolapAggregationManager
manages allAggregation
s in the system.CellRequest ACellRequest
contains the context necessary to get a cell value from a star.DrillThroughCellRequest Subclass ofCellRequest
that allows to specify which columns and measures to return as part of the ResultSet which we return to the client.GroupingSet A collection ofSegment
s that can be represented as a GROUP BY GROUPING SET in a SQL query.SegmentWithData Extension toSegment
with a data set. -
Classes in mondrian.rolap.agg used by mondrian.rolap.agg Class Description AbstractColumnPredicate AAbstractColumnPredicate
is an abstract implementation forStarColumnPredicate
.AggregationKey Column context that an Aggregation is computed for.AggregationManager RolapAggregationManager
manages allAggregation
s in the system.CellRequest ACellRequest
contains the context necessary to get a cell value from a star.CellRequestQuantumExceededException Signals that there are enough outstanding cell requests that it is worth terminating this phase of execution and asking the segment cache for all of the cells that have been asked for.DrillThroughCellRequest Subclass ofCellRequest
that allows to specify which columns and measures to return as part of the ResultSet which we return to the client.GroupingSet A collection ofSegment
s that can be represented as a GROUP BY GROUPING SET in a SQL query.ListPredicate Base class forAndPredicate
andOrPredicate
.LiteralStarPredicate A constraint which always returns true or false.QuerySpec Contains the information necessary to generate a SQL statement to retrieve a set of cells.Segment ASegment
is a collection of cell values parameterized by a measure, and a set of (column, value) pairs.Segment.ExcludedRegion Definition of a region of values which are not in a segment.SegmentAxis Collection of values of one of the columns that parameterizes aSegment
.SegmentBuilder.SegmentConverter Functor to convert a segment header and body into aSegmentWithData
.SegmentCacheManager SegmentCacheManager.Command SegmentCacheManager.FlushResult Result of aSegmentCacheManager.FlushCommand
.SegmentCacheManager.SegmentCacheIndexRegistry Registry of all the indexes that were created for this cache manager, perRolapStar
.SegmentCacheWorker Utility class to interact with theSegmentCache
.SegmentDataset ASegmentDataset
holds the values in a segment.SegmentLoader.RowList Collection of rows, each with a set of columns of type Object, double, or int.SegmentWithData Extension toSegment
with a data set.ValueColumnPredicate A constraint which requires a column to have a particular value. -
Classes in mondrian.rolap.agg used by mondrian.rolap.cache Class Description AggregationKey Column context that an Aggregation is computed for.CellRequest ACellRequest
contains the context necessary to get a cell value from a star.SegmentBuilder.SegmentConverter Functor to convert a segment header and body into aSegmentWithData
. -
Classes in mondrian.rolap.agg used by mondrian.spi Class Description AggregationKey Column context that an Aggregation is computed for. -
Classes in mondrian.rolap.agg used by mondrian.spi.impl Class Description AggregationKey Column context that an Aggregation is computed for.