Click or drag to resize

Bundle Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The AbstractEntryBundlerBundle type exposes the following members.

Properties
  NameDescription
Public propertyBundler
The bundler the operations are performed on.
(Inherited from AbstractBundlerBundle.)
Public propertyBundleSize
Bundle size. The return value should be expressed in the same units as the value returned by the SizeThreshold property.
(Inherited from AbstractBundlerBundle.)
Public propertyIsMaster
A flag that differentiates the "master" bundle which is responsible for all auto-adjustments. It's set to "true" for one and only one Bundle object.
(Inherited from AbstractBundlerBundle.)
Protected propertyLock
An object that serves as a mutex for thread synchronization.
(Inherited from AbstractBundlerBundle.)
Public propertySyncRoot
Gets an object that can be used to synchronize calls to a method.
(Inherited from AbstractBundlerBundle.)
Public propertyTotalBundles
Statistics: the total number of times this Bundle has been used for bundled request processing.
(Inherited from AbstractBundlerBundle.)
Public propertyTotalBurstDuration
Statistics: a total time duration this Bundle has spent in bundled request processing (burst).
(Inherited from AbstractBundlerBundle.)
Public propertyTotalSize
Statistics: the total size of individual requests processed by this Bundle expressed in the same units as values returned by the BundleSize method.
(Inherited from AbstractBundlerBundle.)
Public propertyTotalWaitDuration
Statistics: a total time duration this Bundle has spent waiting for bundle to be ready for processing.
(Inherited from AbstractBundlerBundle.)
Top
See Also