Uses of Interface
mondrian.olap.CacheControl.CellRegion
-
Packages that use CacheControl.CellRegion 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. -
-
Uses of CacheControl.CellRegion in mondrian.olap
Methods in mondrian.olap that return CacheControl.CellRegion Modifier and Type Method Description CacheControl.CellRegionCacheControl. createCrossjoinRegion(CacheControl.CellRegion... regions)Forms the cartesian product of two or more cell regions.CacheControl.CellRegionCacheControl. createMeasuresRegion(Cube cube)Creates a region consisting of all measures in a given cube.CacheControl.CellRegionCacheControl. createMemberRegion(boolean lowerInclusive, Member lowerMember, boolean upperInclusive, Member upperMember, boolean descendants)Creates a cell region consisting of a range between two members.CacheControl.CellRegionCacheControl. createMemberRegion(Member member, boolean descendants)Creates a cell region consisting of a single member.CacheControl.CellRegionCacheControl. createUnionRegion(CacheControl.CellRegion... regions)Forms the union of two or more cell regions.Methods in mondrian.olap with parameters of type CacheControl.CellRegion Modifier and Type Method Description CacheControl.CellRegionCacheControl. createCrossjoinRegion(CacheControl.CellRegion... regions)Forms the cartesian product of two or more cell regions.CacheControl.CellRegionCacheControl. createUnionRegion(CacheControl.CellRegion... regions)Forms the union of two or more cell regions.voidCacheControl. flush(CacheControl.CellRegion region)Atomically flushes all the cells in the cell cache that correspond to measures in a cube and to a given region.voidCacheControl. printCacheState(PrintWriter pw, CacheControl.CellRegion region)Prints the state of the cell cache as it pertains to a given region. -
Uses of CacheControl.CellRegion in mondrian.rolap
Methods in mondrian.rolap that return CacheControl.CellRegion Modifier and Type Method Description CacheControl.CellRegionCacheControlImpl. createCrossjoinRegion(CacheControl.CellRegion... regions)CacheControl.CellRegionCacheControlImpl. createMeasuresRegion(Cube cube)CacheControl.CellRegionCacheControlImpl. createMemberRegion(boolean lowerInclusive, Member lowerMember, boolean upperInclusive, Member upperMember, boolean descendants)CacheControl.CellRegionCacheControlImpl. createMemberRegion(Member member, boolean descendants)CacheControl.CellRegionCacheControlImpl. createUnionRegion(CacheControl.CellRegion... regions)Methods in mondrian.rolap with parameters of type CacheControl.CellRegion Modifier and Type Method Description CacheControl.CellRegionCacheControlImpl. createCrossjoinRegion(CacheControl.CellRegion... regions)CacheControl.CellRegionCacheControlImpl. createUnionRegion(CacheControl.CellRegion... regions)static SegmentColumn[]CacheControlImpl. findAxisValues(CacheControl.CellRegion region)static List<Member>CacheControlImpl. findMeasures(CacheControl.CellRegion region)Returns a list of members of the Measures dimension which are mentioned somewhere in a region specification.voidCacheControlImpl. flush(CacheControl.CellRegion region)protected voidCacheControlImpl. flushNonUnion(CacheControl.CellRegion region)static List<RolapStar>CacheControlImpl. getStarList(CacheControl.CellRegion region)static RolapCacheRegionRolapAggregationManager. makeCacheRegion(RolapStar star, CacheControl.CellRegion region)voidCacheControlImpl. printCacheState(PrintWriter pw, CacheControl.CellRegion region)Method parameters in mondrian.rolap with type arguments of type CacheControl.CellRegion Modifier and Type Method Description protected voidCacheControlImpl. flushRegionList(List<CacheControl.CellRegion> cellRegionList)Flushes a list of cell regions. -
Uses of CacheControl.CellRegion in mondrian.rolap.agg
Methods in mondrian.rolap.agg with parameters of type CacheControl.CellRegion Modifier and Type Method Description voidSegmentCacheManager. printCacheState(CacheControl.CellRegion region, PrintWriter pw, Locus locus)Constructors in mondrian.rolap.agg with parameters of type CacheControl.CellRegion Constructor Description FlushCommand(Locus locus, SegmentCacheManager mgr, CacheControl.CellRegion region, CacheControlImpl cacheControlImpl)
-