Uses of Class
mondrian.rolap.RolapHierarchy
-
Packages that use RolapHierarchy Package Description mondrian.rolap Implements the data access layer for the olap package.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.spipackage. -
-
Uses of RolapHierarchy in mondrian.rolap
Subclasses of RolapHierarchy in mondrian.rolap Modifier and Type Class Description classRolapCubeHierarchyHierarchy that is associated with a specific Cube.Methods in mondrian.rolap that return RolapHierarchy Modifier and Type Method Description RolapHierarchyDelegatingRolapMember. getHierarchy()RolapHierarchyMemberSource. getHierarchy()Returns the hierarchy that this source is reading for.RolapHierarchyNoCacheMemberReader. getHierarchy()RolapHierarchyRolapLevel. getHierarchy()RolapHierarchyRolapMember. getHierarchy()RolapHierarchyRolapMemberBase. getHierarchy()RolapHierarchySmartMemberReader. getHierarchy()RolapHierarchySubstitutingMemberReader. getHierarchy()RolapHierarchyRolapCubeHierarchy. getRolapHierarchy()RolapHierarchyRolapCube. getTimeHierarchy(String funName)Returns the time hierarchy for this cube.Methods in mondrian.rolap that return types with arguments of type RolapHierarchy Modifier and Type Method Description List<RolapHierarchy>RolapCube. getHierarchies()Returns a list of all hierarchies in this cube, in order of dimension.Methods in mondrian.rolap with parameters of type RolapHierarchy Modifier and Type Method Description RolapMemberRolapEvaluator. getContext(RolapHierarchy hierarchy)More specific version ofRolapEvaluator.getContext(mondrian.olap.Hierarchy), for internal code.Constructors in mondrian.rolap with parameters of type RolapHierarchy Constructor Description MemberCacheHelper(RolapHierarchy rolapHierarchy)Creates a MemberCacheHelper.RolapCubeHierarchy(RolapCubeDimension cubeDimension, MondrianDef.CubeDimension cubeDim, RolapHierarchy rolapHierarchy, String subName, int ordinal)Creates a RolapCubeHierarchy.RolapCubeHierarchy(RolapCubeDimension cubeDimension, MondrianDef.CubeDimension cubeDim, RolapHierarchy rolapHierarchy, String subName, int ordinal, RolapCube factCube)Creates a RolapCubeHierarchy.Constructor parameters in mondrian.rolap with type arguments of type RolapHierarchy Constructor Description RolapCubeDimension(RolapCube cube, mondrian.rolap.RolapDimension rolapDim, MondrianDef.CubeDimension cubeDim, String name, int cubeOrdinal, List<RolapHierarchy> hierarchyList, boolean highCardinality)Creates a RolapCubeDimension. -
Uses of RolapHierarchy in mondrian.spi
Methods in mondrian.spi with parameters of type RolapHierarchy Modifier and Type Method Description booleanDataSourceChangeListener. isHierarchyChanged(RolapHierarchy hierarchy)Deprecated.Checks if the given hierarchy has changed since the previous time this function was called. -
Uses of RolapHierarchy in mondrian.spi.impl
Methods in mondrian.spi.impl with parameters of type RolapHierarchy Modifier and Type Method Description StringDataSourceChangeListenerImpl. getTableName(RolapHierarchy hierarchy)StringDataSourceChangeListenerImpl2. getTableName(RolapHierarchy hierarchy)StringDataSourceChangeListenerImpl3. getTableName(RolapHierarchy hierarchy)StringDataSourceChangeListenerImpl4. getTableName(RolapHierarchy hierarchy)booleanDataSourceChangeListenerImpl. isHierarchyChanged(RolapHierarchy hierarchy)booleanDataSourceChangeListenerImpl2. isHierarchyChanged(RolapHierarchy hierarchy)booleanDataSourceChangeListenerImpl3. isHierarchyChanged(RolapHierarchy hierarchy)booleanDataSourceChangeListenerImpl4. isHierarchyChanged(RolapHierarchy hierarchy)
-