public class CellCacheSegmentDeleteEvent extends CellCacheEvent
CellCacheEvent.Source| Modifier and Type | Field and Description | 
|---|---|
int | 
coordinateCount  | 
sourceconnectionId, executionId, serverId, statementId| Constructor and Description | 
|---|
CellCacheSegmentDeleteEvent(long timestamp,
                           int serverId,
                           int connectionId,
                           long statementId,
                           long executionId,
                           int coordinateCount,
                           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. | 
public CellCacheSegmentDeleteEvent(long timestamp,
                                   int serverId,
                                   int connectionId,
                                   long statementId,
                                   long executionId,
                                   int coordinateCount,
                                   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 headersource - Source of segmentCopyright © 2017 Hitachi Vantara. All rights reserved.