Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.cache
Class AbstractBundler.Statistics

java.lang.Object
  extended by com.tangosol.net.cache.AbstractBundler.Statistics

Enclosing class:
AbstractBundler

protected static class AbstractBundler.Statistics
extends java.lang.Object

Statistics class contains the latest bundler statistics.


Field Summary
protected  int m_cAverageBundleSize
          An average bundle size for this Bundler.
protected  int m_cAverageBurstDuration
          An average time for bundled request processing (burst).
protected  int m_cAverageThreadWaitDuration
          An average thread waiting time caused by under-filled bundle.
protected  long m_cBundleCountSnapshot
          Snapshot for a total number of processed bundled.
protected  long m_cBundleSizeSnapshot
          Snapshot for a total size of processed bundled.
protected  long m_cBurstDurationSnapshot
          Snapshot for a burst duration.
protected  long m_cThreadWaitSnapshot
          Snapshot for a combined thread waiting time.
protected  int m_nAverageThroughput
          An 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

m_cAverageBurstDuration

protected int m_cAverageBurstDuration
An average time for bundled request processing (burst).

m_cAverageBundleSize

protected int m_cAverageBundleSize
An average bundle size for this Bundler.

m_cAverageThreadWaitDuration

protected int m_cAverageThreadWaitDuration
An 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_nAverageThroughput
An average bundled request throughput in size units per millisecond (total bundle size over total processing time)

m_cBundleCountSnapshot

protected long m_cBundleCountSnapshot
Snapshot for a total number of processed bundled.

m_cBundleSizeSnapshot

protected long m_cBundleSizeSnapshot
Snapshot for a total size of processed bundled.

m_cBurstDurationSnapshot

protected long m_cBurstDurationSnapshot
Snapshot for a burst duration.

m_cThreadWaitSnapshot

protected long m_cThreadWaitSnapshot
Snapshot for a combined thread waiting time.

Constructor Detail

AbstractBundler.Statistics

protected AbstractBundler.Statistics()

Method Detail

reset

protected void reset()
Reset the statistics.

toString

public java.lang.String toString()
Provide a human readable description for the Statistics object. (for debugging).
Returns:
a human readable description for the Statistics object

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.