|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.dbpool.info.InfoCollectorBase
public class InfoCollectorBase
Base class containing just count and overall time stuff.
Field Summary | |
---|---|
protected long |
m_executeDuration
|
protected int |
m_nConnectionAllocations
The #of times a connection was allocated during this request. |
protected int |
m_nErrors
|
protected int |
m_nExecutes
|
protected int |
m_nPreparedQueries
#of queries issued using prepared statements. |
protected int |
m_nPreparedUpdates
#of updates issued using prepared statements. |
protected int |
m_nPrepares
The #of times a statement was PREPARED (preparedStatement) |
protected int |
m_nRows
Number of rows retrieved, |
protected int |
m_nStatementQueries
The #of statements passed |
protected int |
m_nStatementUpdates
#of unprepared updates (using a statement). |
protected long |
m_nUpdatedRows
|
protected long |
m_preparedQueryDuration
|
protected long |
m_preparedUpdateDuration
|
protected long |
m_prepareDuration
The total time spent in preparing the statements above. |
protected long |
m_statementQueryDuration
|
protected long |
m_statementUpdateDuration
|
protected long |
m_totalFetchDuration
|
Constructor Summary | |
---|---|
InfoCollectorBase(InfoCollectorBase o,
long duration)
Copy constructor. |
|
InfoCollectorBase(java.lang.String ident)
|
Method Summary | |
---|---|
long |
getDuration()
|
long |
getExecuteDuration()
|
java.lang.String |
getIdent()
|
int |
getNConnectionAllocations()
|
int |
getNErrors()
|
int |
getNExecutes()
|
int |
getNPreparedQueries()
|
int |
getNPreparedUpdates()
|
int |
getNPrepares()
|
int |
getNRows()
|
int |
getNStatementQueries()
|
int |
getNStatementUpdates()
|
long |
getNUpdatedRows()
|
long |
getPreparedQueryDuration()
|
long |
getPreparedUpdateDuration()
|
long |
getPrepareDuration()
|
long |
getStartTS()
|
long |
getStatementQueryDuration()
|
long |
getStatementUpdateDuration()
|
int |
getTotalDBRequests()
|
long |
getTotalDBTime()
|
long |
getTotalFetchDuration()
|
int |
getTotalQueries()
|
int |
getTotalUpdates()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int m_nConnectionAllocations
protected int m_nPrepares
protected long m_prepareDuration
protected int m_nPreparedQueries
protected int m_nPreparedUpdates
protected int m_nStatementUpdates
protected long m_nUpdatedRows
protected long m_preparedQueryDuration
protected long m_preparedUpdateDuration
protected long m_statementQueryDuration
protected long m_statementUpdateDuration
protected int m_nExecutes
protected long m_executeDuration
protected int m_nErrors
protected int m_nRows
protected long m_totalFetchDuration
protected int m_nStatementQueries
Constructor Detail |
---|
public InfoCollectorBase(java.lang.String ident)
public InfoCollectorBase(InfoCollectorBase o, long duration)
o
- Method Detail |
---|
public int getNConnectionAllocations()
public int getNPrepares()
public long getPrepareDuration()
public int getNPreparedQueries()
public int getNPreparedUpdates()
public int getNStatementUpdates()
public long getNUpdatedRows()
public long getPreparedQueryDuration()
public long getPreparedUpdateDuration()
public long getStatementQueryDuration()
public long getStatementUpdateDuration()
public int getNExecutes()
public long getExecuteDuration()
public int getNErrors()
public int getNStatementQueries()
public int getTotalQueries()
public int getTotalUpdates()
public int getTotalDBRequests()
public long getTotalDBTime()
public int getNRows()
public long getTotalFetchDuration()
public long getStartTS()
public long getDuration()
public java.lang.String getIdent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |