public class XWikiBatcherStats extends Object
Constructor and Description |
---|
XWikiBatcherStats() |
Modifier and Type | Method and Description |
---|---|
void |
addToSqlList(String sql) |
int |
getAbortBatchCounter() |
int |
getAddToBatchCounter() |
int |
getExecuteBatchCounter() |
int |
getPreparedSQLCounter() |
List |
getRecentSqlList() |
int |
getResultSetCounter() |
List |
getSqlList() |
void |
incrementAbortBatchCounter() |
void |
incrementAddToBatchCounter() |
void |
incrementExecuteBatchCounter() |
void |
incrementPreparedSQLCounter() |
void |
incrementResultSetCounter() |
void |
logSQLList() |
void |
printSQLList(PrintStream out) |
void |
resetOnNextSQL() |
void |
resetRecentSqlList() |
void |
resetStats() |
public void resetStats()
public List getSqlList()
public List getRecentSqlList()
public void resetRecentSqlList()
public void addToSqlList(String sql)
public void resetOnNextSQL()
public int getPreparedSQLCounter()
public void incrementPreparedSQLCounter()
public int getExecuteBatchCounter()
public void incrementExecuteBatchCounter()
public int getAbortBatchCounter()
public void incrementAbortBatchCounter()
public int getResultSetCounter()
public void incrementResultSetCounter()
public int getAddToBatchCounter()
public void incrementAddToBatchCounter()
public void printSQLList(PrintStream out)
public void logSQLList()
Copyright © 2004–2016 XWiki. All rights reserved.