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..::..Statistics type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AbstractBundler..::..Statistics | Initializes a new instance of the AbstractBundler..::..Statistics class |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Reset |
Reset the statistics.
| |
| ToString |
Provide a human readable description for the Statistics object.
(for debugging).
|
Properties
| Name | Description | |
|---|---|---|
| AverageBundleSize |
An average bundle size for this Bundler.
| |
| AverageBurstDuration |
An average time for bundled request processing (burst).
| |
| AverageThreadWaitDuration |
An average thread waiting time caused by under-filled bundle. The
wait time includes the time spend in the bundled request processing.
| |
| AverageThroughput |
An average bundled request throughput in size units per millisecond
(total bundle size over total processing time)
| |
| BundleCountSnapshot |
Snapshot for a total number of processed bundled.
| |
| BundleSizeSnapshot |
Snapshot for a total size of processed bundled.
| |
| BurstDurationSnapshot |
Snapshot for a burst duration.
| |
| ThreadWaitSnapshot |
Snapshot for a combined thread waiting time.
|