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) int
callCount
(package private) boolean
disabled
(package private) int
expDeps
(package private) int
fakeCallCount
(package private) int
fakeCount
(package private) boolean
faking
(package private) Random
random
-
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)
-
-