Package mondrian.rolap
Class RolapSchema.RolapStarRegistry
- java.lang.Object
-
- mondrian.rolap.RolapSchema.RolapStarRegistry
-
- Enclosing class:
- RolapSchema
public class RolapSchema.RolapStarRegistry extends Object
RolapStarRegistryis a registry forRolapStars.
-
-
Constructor Summary
Constructors Constructor Description RolapStarRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) RolapStargetOrCreateStar(MondrianDef.Relation fact)Looks up aRolapStar, creating it if it does not exist.(package private) RolapStargetStar(String factTableName)(package private) Collection<RolapStar>getStars()
-
-
-
Method Detail
-
getOrCreateStar
RolapStar getOrCreateStar(MondrianDef.Relation fact)
Looks up aRolapStar, creating it if it does not exist.RolapStar.Table.addJoin(mondrian.rolap.RolapCube, mondrian.olap.MondrianDef.RelationOrJoin, mondrian.rolap.RolapStar.Condition)works in a similar way.
-
getStars
Collection<RolapStar> getStars()
-
-