public class ConnectionInfo extends Object
Modifier and Type | Field and Description |
---|---|
int |
cellCacheHitCount |
int |
cellCacheMissCount |
int |
cellCachePendingCount |
int |
cellCacheRequestCount |
int |
executeEndCount |
int |
executeStartCount |
String |
stack
A printout of the stack trace which represents the code stack
when the event was created.
|
int |
statementEndCount |
int |
statementStartCount |
Constructor and Description |
---|
ConnectionInfo(String stack,
int cellCacheHitCount,
int cellCacheRequestCount,
int cellCacheMissCount,
int cellCachePendingCount,
int statementStartCount,
int statementEndCount,
int executeStartCount,
int executeEndCount) |
Modifier and Type | Method and Description |
---|---|
int |
getCellCacheHitCount() |
int |
getCellCacheMissCount() |
int |
getCellCachePendingCount() |
int |
getCellCacheRequestCount() |
int |
getExecuteEndCount() |
int |
getExecuteStartCount() |
int |
getStatementEndCount() |
int |
getStatementStartCount() |
String |
toString() |
public final int cellCacheHitCount
public final int cellCacheRequestCount
public final int cellCacheMissCount
public final int cellCachePendingCount
public final int statementStartCount
public final int statementEndCount
public final int executeStartCount
public final int executeEndCount
public final String stack
public ConnectionInfo(String stack, int cellCacheHitCount, int cellCacheRequestCount, int cellCacheMissCount, int cellCachePendingCount, int statementStartCount, int statementEndCount, int executeStartCount, int executeEndCount)
public int getStatementStartCount()
public int getCellCacheHitCount()
public int getCellCacheRequestCount()
public int getCellCacheMissCount()
public int getCellCachePendingCount()
public int getStatementEndCount()
public int getExecuteStartCount()
public int getExecuteEndCount()
Copyright © 2018 Hitachi Vantara. All rights reserved.