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) interface
mondrian.rolap.MemberReader
AMemberReader
implements common operations to retrieve members from a hierarchy.static interface
RolapCubeHierarchy.RolapCubeHierarchyMemberReader
TODO: 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 class
NoCacheMemberReader
NoCacheMemberReader
implementsMemberReader
but without doing any kind of caching and avoiding to read all members.class
RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
member reader wrapper - uses existing member reader, but wraps and caches all intermediate members.class
RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
Same asRolapCubeHierarchy.RolapCubeHierarchyMemberReader
but without caching anything.static class
RolapCubeHierarchy.RolapCubeSqlMemberSource
class
SmartMemberReader
SmartMemberReader
implementsMemberReader
by keeping a cache of members and their children.class
SubstitutingMemberReader
Implementation ofMemberReader
which replaces given members with a substitute.
-