Uses of Enum Class
mondrian.server.Execution.State
Package
Description
Augments the Mondrian engine with server functionality.
-
Uses of Execution.State in mondrian.server
Modifier and TypeMethodDescriptionstatic Execution.State
Returns the enum constant of this class with the specified name.static Execution.State[]
Execution.State.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Execution.State in mondrian.server.monitor
ModifierConstructorDescriptionExecutionEndEvent
(long timestamp, int serverId, int connectionId, long statementId, long executionId, int phaseCount, Execution.State state, int cellCacheHitCount, int cellCacheMissCount, int cellCachePendingCount, int expCacheHitCount, int expCacheMissCount) Creates an ExecutionEndEvent.