LatencyBuckets Class

Latency buckets for a command group (See Latency.LatencyType). Latency bucket counts are cumulative and not reset on each metrics snapshot interval.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
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