@ThreadSafe public final class ProcessorStats extends ServiceStats
Modifier and Type | Method and Description |
---|---|
void |
buildText()
Builds the text.
|
Stats |
clone() |
int |
getBatchesProcessed()
Gets the number of batches processed.
|
int |
getCacheEntriesAdded()
Gets the number of entries added.
|
int |
getCacheEntriesRemoved()
Gets the number of cache entries removed.
|
int |
getCacheHits()
Gets the number of cache hits.
|
int |
getCacheValuesAdded()
Gets the number of cache values added.
|
int |
getCacheValuesRemoved()
Gets the number of cache values removed.
|
int |
getCacheValuesUpdated()
Gets the number of cache values updated.
|
int |
getNoticesDropped()
Gets the number of notices dropped.
|
int |
getNoticesReceived()
Gets the number of notices received.
|
long |
getProcessingTime()
Gets the processing time.
|
int |
getQueriesPrepared()
Gets the number of queries prepared.
|
int |
getQueriesSent()
Gets the number of queries sent.
|
int |
getQueryValuesReceived()
Gets the number of queried values received.
|
long |
getReceptionTime()
Gets the reception time.
|
int |
getResultsDropped()
Gets the number of results dropped.
|
int |
getResultsPrepared()
Gets the number of results prepared.
|
int |
getUpdatesDropped()
Gets the number of updates dropped.
|
int |
getUpdatesSent()
Gets the number of updates sent.
|
long |
getUpdateTime()
Gets the update time.
|
boolean |
isCacheEnabled()
Asks if the cache is enabled.
|
protected void |
substract(Stats snapshot)
Substract a snapshot to get relative values.
|
freeze, getStatsOwner, isLogEnabled, log, setLogEnabled, updated
addLine, addLine, addText, clearMargin, clearSnapshot, clearText, getIntermediate, getLogTime, getMarkTime, getSnapshot, getText, nanosToString, setLogTime, setMargin, setMarkTime, setSnapshot, toString
@CheckReturnValue public int getBatchesProcessed()
@CheckReturnValue public int getCacheEntriesAdded()
@CheckReturnValue public int getCacheEntriesRemoved()
@CheckReturnValue public int getCacheHits()
@CheckReturnValue public int getCacheValuesAdded()
@CheckReturnValue public int getCacheValuesRemoved()
@CheckReturnValue public int getCacheValuesUpdated()
@CheckReturnValue public int getNoticesDropped()
@CheckReturnValue public int getNoticesReceived()
@CheckReturnValue public long getProcessingTime()
@CheckReturnValue public int getQueriesPrepared()
@CheckReturnValue public int getQueriesSent()
@CheckReturnValue public int getQueryValuesReceived()
@CheckReturnValue public long getReceptionTime()
@CheckReturnValue public int getResultsDropped()
@CheckReturnValue public int getResultsPrepared()
@CheckReturnValue public long getUpdateTime()
@CheckReturnValue public int getUpdatesDropped()
@CheckReturnValue public int getUpdatesSent()
@CheckReturnValue public boolean isCacheEnabled()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.