Uses of Class
mondrian.server.Execution.State
-
Packages that use Execution.State Package Description mondrian.server Augments the Mondrian engine with server functionality.mondrian.server.monitor -
-
Uses of Execution.State in mondrian.server
Methods in mondrian.server that return Execution.State Modifier and Type Method Description static Execution.State
Execution.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Execution.State[]
Execution.State. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Execution.State in mondrian.server.monitor
Fields in mondrian.server.monitor declared as Execution.State Modifier and Type Field Description Execution.State
ExecutionEndEvent. state
Constructors in mondrian.server.monitor with parameters of type Execution.State Constructor Description ExecutionEndEvent(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.
-