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) interfacemondrian.rolap.MemberReaderAMemberReaderimplements common operations to retrieve members from a hierarchy.static interfaceTODO: 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 TypeClassDescriptionclassNoCacheMemberReaderimplementsMemberReaderbut without doing any kind of caching and avoiding to read all members.classmember reader wrapper - uses existing member reader, but wraps and caches all intermediate members.classSame asRolapCubeHierarchy.RolapCubeHierarchyMemberReaderbut without caching anything.static classclassSmartMemberReaderimplementsMemberReaderby keeping a cache of members and their children.classImplementation ofMemberReaderwhich replaces given members with a substitute.