|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.rolap.aggmatcher.ExplicitRules
public class ExplicitRules
A class containing a RolapCube's Aggregate tables exclude/include criteria.
Nested Class Summary | |
---|---|
static class |
ExplicitRules.Group
This class forms a collection of aggregate table explicit rules for a given cube. |
(package private) static class |
ExplicitRules.NameTableDef
|
static class |
ExplicitRules.PatternTableDef
This class matches candidate aggregate table name with a pattern. |
static class |
ExplicitRules.TableDef
This is the base class for the exact name based and name pattern based aggregate table mapping definitions. |
Method Summary | |
---|---|
static boolean |
excludeTable(String tableName,
List<ExplicitRules.Group> aggGroups)
Returns whether the given is tableName explicitly excluded from consideration as a candidate aggregate table. |
static ExplicitRules.TableDef |
getIncludeByTableDef(String tableName,
List<ExplicitRules.Group> aggGroups)
Returns the ExplicitRules.TableDef for a tableName that is a candidate
aggregate table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean excludeTable(String tableName, List<ExplicitRules.Group> aggGroups)
public static ExplicitRules.TableDef getIncludeByTableDef(String tableName, List<ExplicitRules.Group> aggGroups)
ExplicitRules.TableDef
for a tableName that is a candidate
aggregate table. If null is returned, then the default rules are used
otherwise if not null, then the ExplicitRules.TableDef is used.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |