public class CellCacheSegmentCreateEvent extends CellCacheEvent
CellCacheEvent.Source| Modifier and Type | Field and Description |
|---|---|
int |
actualCellCount |
int |
coordinateCount |
sourceconnectionId, executionId, serverId, statementId| Constructor and Description |
|---|
CellCacheSegmentCreateEvent(long timestamp,
int serverId,
int connectionId,
long statementId,
long executionId,
int coordinateCount,
int actualCellCount,
CellCacheEvent.Source source)
Creates a CellCacheSegmentCreateEvent.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> visitor)
Dispatches a call to the appropriate
visit method on Visitor. |
setContextMappublic final int coordinateCount
public final int actualCellCount
public CellCacheSegmentCreateEvent(long timestamp,
int serverId,
int connectionId,
long statementId,
long executionId,
int coordinateCount,
int actualCellCount,
CellCacheEvent.Source source)
timestamp - TimestampserverId - ID of the server from which the event originates.connectionId - ID of the connection from which the event
originates.statementId - ID of the statement from which the event originates.executionId - ID of the execution from which the event originates.coordinateCount - Number of coordinates of segment headeractualCellCount - Number of cells in body (or 0 if body not yet
present)source - Source of segmentCopyright © 2021 Hitachi Vantara. All rights reserved.