Uses of Interface
mondrian.rolap.MemberSource
Packages that use MemberSource
-
Uses of MemberSource in mondrian.rolap
Subinterfaces of MemberSource in mondrian.rolapModifier and TypeInterfaceDescription(package private) interface
mondrian.rolap.MemberReader
AMemberReader
implements common operations to retrieve members from a hierarchy.static interface
TODO: Since this is part of a caching strategy, should be implemented as a Strategy Pattern, avoiding hierarchy.Classes in mondrian.rolap that implement MemberSourceModifier and TypeClassDescriptionclass
NoCacheMemberReader
implementsMemberReader
but without doing any kind of caching and avoiding to read all members.class
member reader wrapper - uses existing member reader, but wraps and caches all intermediate members.class
Same asRolapCubeHierarchy.RolapCubeHierarchyMemberReader
but without caching anything.static class
class
SmartMemberReader
implementsMemberReader
by keeping a cache of members and their children.class
Implementation ofMemberReader
which replaces given members with a substitute.