LatencyBuckets Class

Latency buckets for a transaction group (See {@link com.aerospike.client.metrics.LatencyType}). Latency bucket counts are cumulative and not reset on each metrics snapshot interval.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.3.0+ce4f0b6532a6a09537fffcf84d41de9c9c921c0a
C#
public sealed class LatencyBuckets
Inheritance
Object    LatencyBuckets

Constructors

LatencyBuckets Initialize latency buckets.

Methods

Add Increment count of bucket corresponding to the elapsed time in nanoseconds.
GetBucket Return cumulative count of a bucket.
GetMax Return number of buckets.

See Also