Package com.tangosol.net.cache
Class AbstractBundler.Statistics
java.lang.Object
com.tangosol.net.cache.AbstractBundler.Statistics
- Enclosing class:
AbstractBundler
Statistics class contains the latest bundler statistics.
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
An average bundle size for this Bundler.protected int
An average time for bundled request processing (burst).protected int
An average thread waiting time caused by under-filled bundle.protected long
Snapshot for a total number of processed bundled.protected long
Snapshot for a total size of processed bundled.protected long
Snapshot for a burst duration.protected long
Snapshot for a combined thread waiting time.protected int
An average bundled request throughput in size units per millisecond (total bundle size over total processing time) -
Constructor Summary
-
Method Summary
-
Field Details
-
m_cAverageBurstDuration
protected int m_cAverageBurstDurationAn average time for bundled request processing (burst). -
m_cAverageBundleSize
protected int m_cAverageBundleSizeAn average bundle size for this Bundler. -
m_cAverageThreadWaitDuration
protected int m_cAverageThreadWaitDurationAn average thread waiting time caused by under-filled bundle. The wait time includes the time spend in the bundled request processing. -
m_nAverageThroughput
protected int m_nAverageThroughputAn average bundled request throughput in size units per millisecond (total bundle size over total processing time) -
m_cBundleCountSnapshot
protected long m_cBundleCountSnapshotSnapshot for a total number of processed bundled. -
m_cBundleSizeSnapshot
protected long m_cBundleSizeSnapshotSnapshot for a total size of processed bundled. -
m_cBurstDurationSnapshot
protected long m_cBurstDurationSnapshotSnapshot for a burst duration. -
m_cThreadWaitSnapshot
protected long m_cThreadWaitSnapshotSnapshot for a combined thread waiting time.
-
-
Constructor Details
-
Statistics
protected Statistics()
-
-
Method Details