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
FieldsModifier and TypeFieldDescriptionprotected intAn average bundle size for this Bundler.protected intAn average time for bundled request processing (burst).protected intAn average thread waiting time caused by under-filled bundle.protected longSnapshot for a total number of processed bundled.protected longSnapshot for a total size of processed bundled.protected longSnapshot for a burst duration.protected longSnapshot for a combined thread waiting time.protected intAn average bundled request throughput in size units per millisecond (total bundle size over total processing time) - 
Constructor Summary
Constructors - 
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