Uses of Interface
mondrian.rolap.MemberSource
-
Packages that use MemberSource Package Description mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of MemberSource in mondrian.rolap
Subinterfaces of MemberSource in mondrian.rolap Modifier and Type Interface Description (package private) interfacemondrian.rolap.MemberReaderAMemberReaderimplements common operations to retrieve members from a hierarchy.static interfaceRolapCubeHierarchy.RolapCubeHierarchyMemberReaderTODO: Since this is part of a caching strategy, should be implemented as a Strategy Pattern, avoiding hierarchy.Classes in mondrian.rolap that implement MemberSource Modifier and Type Class Description classNoCacheMemberReaderNoCacheMemberReaderimplementsMemberReaderbut without doing any kind of caching and avoiding to read all members.classRolapCubeHierarchy.CacheRolapCubeHierarchyMemberReadermember reader wrapper - uses existing member reader, but wraps and caches all intermediate members.classRolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReaderSame asRolapCubeHierarchy.RolapCubeHierarchyMemberReaderbut without caching anything.static classRolapCubeHierarchy.RolapCubeSqlMemberSourceclassSmartMemberReaderSmartMemberReaderimplementsMemberReaderby keeping a cache of members and their children.classSubstitutingMemberReaderImplementation ofMemberReaderwhich replaces given members with a substitute.
-