public abstract class CellCacheEvent extends ExecutionEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
CellCacheEvent.Source
Enumeration of sources of a cell cache segment.
|
| Modifier and Type | Field and Description |
|---|---|
CellCacheEvent.Source |
source |
connectionId, executionId, serverId, statementId| Constructor and Description |
|---|
CellCacheEvent(long timestamp,
int serverId,
int connectionId,
long statementId,
long executionId,
CellCacheEvent.Source source)
Creates a CellCacheEvent.
|
public final CellCacheEvent.Source source
public CellCacheEvent(long timestamp,
int serverId,
int connectionId,
long statementId,
long executionId,
CellCacheEvent.Source source)
timestamp - Timestamp of the event.serverId - Server ID from which originated the event.connectionId - Connection ID from which originated the event.statementId - Statement ID from which originated the event.executionId - Execution ID from which originated the event.source - The source of the event, being a value of Source.Copyright © 2021 Hitachi Vantara. All rights reserved.