public class ExecutionEndEvent extends ExecutionEvent
Modifier and Type | Field and Description |
---|---|
int |
cellCacheHitCount |
int |
cellCacheMissCount |
int |
cellCachePendingCount |
int |
phaseCount |
Execution.State |
state |
connectionId, executionId, serverId, statementId
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)
Creates an ExecutionEndEvent.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(Visitor<T> visitor)
Dispatches a call to the appropriate
visit method on
Visitor . |
String |
toString() |
public final int phaseCount
public final Execution.State state
public final int cellCacheHitCount
public final int cellCacheMissCount
public final int cellCachePendingCount
public ExecutionEndEvent(long timestamp, int serverId, int connectionId, long statementId, long executionId, int phaseCount, Execution.State state, int cellCacheHitCount, int cellCacheMissCount, int cellCachePendingCount)
timestamp
- TimestampserverId
- Server idconnectionId
- Connection idstatementId
- Statement idexecutionId
- Execution idphaseCount
- Number of execution phases (trips to DBMS to populate
cache)state
- State; indicates reason why execution terminatedcellCacheHitCount
- Number of cell requests for which cell was
already in cachecellCacheMissCount
- Number of cell requests for which cell was
not in cachecellCachePendingCount
- Number of cell requests for which cell wasCopyright © 2020 Hitachi Vantara. All rights reserved.