Package mondrian.rolap
Class RolapDependencyTestingEvaluator.DteRoot
- java.lang.Object
-
- mondrian.rolap.RolapEvaluatorRoot
-
- mondrian.rolap.RolapResult.RolapResultEvaluatorRoot
-
- mondrian.rolap.RolapDependencyTestingEvaluator.DteRoot
-
- Enclosing class:
- RolapDependencyTestingEvaluator
static class RolapDependencyTestingEvaluator.DteRoot extends RolapResult.RolapResultEvaluatorRoot
Holds context for a tree ofRolapDependencyTestingEvaluator.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intcallCount(package private) booleandisabled(package private) intexpDeps(package private) intfakeCallCount(package private) intfakeCount(package private) booleanfaking(package private) Randomrandom-
Fields inherited from class mondrian.rolap.RolapResult.RolapResultEvaluatorRoot
result
-
Fields inherited from class mondrian.rolap.RolapEvaluatorRoot
activeNativeExpansions, compiledExps, connection, cube, currentDialect, defaultMembers, execution, expResultCache, nonAllPositionCount, nonAllPositions, query, recursionCheckCommandCount, schemaReader, solveOrderMode, statement, tmpExpResultCache
-
-
Constructor Summary
Constructors Constructor Description DteRoot(RolapResult result, int expDeps)
-
Method Summary
-
Methods inherited from class mondrian.rolap.RolapResult.RolapResultEvaluatorRoot
evaluateNamedSet, evaluateSet, getParameterValue
-
Methods inherited from class mondrian.rolap.RolapEvaluatorRoot
clearResultCache, getCacheResult, getCompiled, getQueryStartTime, putCacheResult
-
-
-
-
Field Detail
-
expDeps
final int expDeps
-
callCount
int callCount
-
fakeCallCount
int fakeCallCount
-
fakeCount
int fakeCount
-
faking
boolean faking
-
disabled
boolean disabled
-
random
final Random random
-
-
Constructor Detail
-
DteRoot
DteRoot(RolapResult result, int expDeps)
-
-