Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The AbstractBundler..::..Bundle type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Bundler |
The bundler the operations are performed on.
|
![]() | BundleSize |
Bundle size. The return value should be expressed in the
same units as the value returned by the
SizeThreshold property.
|
![]() | IsMaster |
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.
|
![]() | Lock |
An object that serves as a mutex for thread synchronization.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize calls to a
method.
|
![]() | TotalBundles |
Statistics: the total number of times this Bundle has been
used for bundled request processing.
|
![]() | TotalBurstDuration |
Statistics: a total time duration this Bundle has spent in
bundled request processing (burst).
|
![]() | TotalSize |
Statistics: the total size of individual requests processed
by this Bundle expressed in the same units as values returned
by the BundleSize method.
|
![]() | TotalWaitDuration |
Statistics: a total time duration this Bundle has spent
waiting for bundle to be ready for processing.
|