Uses of Enum Class
mondrian.server.Execution.State
Packages that use Execution.State
Package
Description
Augments the Mondrian engine with server functionality.
-
Uses of Execution.State in mondrian.server
Methods in mondrian.server that return Execution.StateModifier 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
Fields in mondrian.server.monitor declared as Execution.StateConstructors in mondrian.server.monitor with parameters of type Execution.StateModifierConstructorDescriptionExecutionEndEvent
(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.