| Package | Description | 
|---|---|
| mondrian.server | Augments the Mondrian engine with server functionality. | 
| mondrian.server.monitor | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| Execution.State | ExecutionEndEvent. state | 
| Constructor and 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. | 
Copyright © 2021 Hitachi Vantara. All rights reserved.