|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.net.cache.AbstractBundler.Statistics
protected static class AbstractBundler.Statistics
Statistics class contains the latest bundler statistics.
| Field Summary | |
|---|---|
protected int |
m_cAverageBundleSizeAn average bundle size for this Bundler. |
protected int |
m_cAverageBurstDurationAn average time for bundled request processing (burst). |
protected int |
m_cAverageThreadWaitDurationAn average thread waiting time caused by under-filled bundle. |
protected long |
m_cBundleCountSnapshotSnapshot for a total number of processed bundled. |
protected long |
m_cBundleSizeSnapshotSnapshot for a total size of processed bundled. |
protected long |
m_cBurstDurationSnapshotSnapshot for a burst duration. |
protected long |
m_cThreadWaitSnapshotSnapshot for a combined thread waiting time. |
protected int |
m_nAverageThroughputAn average bundled request throughput in size units per millisecond (total bundle size over total processing time) |
| Constructor Summary | |
|---|---|
protected |
AbstractBundler.Statistics() |
| Method Summary | |
|---|---|
protected void |
reset()Reset the statistics. |
java.lang.String |
toString()Provide a human readable description for the Statistics object. |
| Field Detail |
|---|
protected int m_cAverageBurstDuration
protected int m_cAverageBundleSize
protected int m_cAverageThreadWaitDuration
protected int m_nAverageThroughput
protected long m_cBundleCountSnapshot
protected long m_cBundleSizeSnapshot
protected long m_cBurstDurationSnapshot
protected long m_cThreadWaitSnapshot
| Constructor Detail |
|---|
protected AbstractBundler.Statistics()
| Method Detail |
|---|
protected void reset()
public java.lang.String toString()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||