| Package | Description | 
|---|---|
| mondrian.server.monitor | 
| Modifier and Type | Field and Description | 
|---|---|
CellCacheEvent.Source | 
CellCacheEvent.source  | 
| Modifier and Type | Method and Description | 
|---|---|
static CellCacheEvent.Source | 
CellCacheEvent.Source.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CellCacheEvent.Source[] | 
CellCacheEvent.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
CellCacheEvent(long timestamp,
              int serverId,
              int connectionId,
              long statementId,
              long executionId,
              CellCacheEvent.Source source)
Creates a CellCacheEvent. 
 | 
CellCacheSegmentCreateEvent(long timestamp,
                           int serverId,
                           int connectionId,
                           long statementId,
                           long executionId,
                           int coordinateCount,
                           int actualCellCount,
                           CellCacheEvent.Source source)
Creates a CellCacheSegmentCreateEvent. 
 | 
CellCacheSegmentDeleteEvent(long timestamp,
                           int serverId,
                           int connectionId,
                           long statementId,
                           long executionId,
                           int coordinateCount,
                           CellCacheEvent.Source source)
Creates a CellCacheSegmentCreateEvent. 
 | 
Copyright © 2017 Hitachi Vantara. All rights reserved.