AbstractBundlerStatistics Class |
Namespace: Tangosol.Net.Cache
public class Statistics
The AbstractBundlerStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| AbstractBundlerStatistics | Initializes a new instance of the AbstractBundlerStatistics class |
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (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).
|