LatencyManager Class

Aerospike

[Missing <summary> documentation for "T:Aerospike.Client.LatencyManager"]

Inheritance Hierarchy

SystemObject
  Aerospike.ClientLatencyManager

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
public sealed class LatencyManager

The LatencyManager type exposes the following members.

Constructors

  NameDescription
Public methodLatencyManager
Initializes a new instance of the LatencyManager class
Top
Methods

  NameDescription
Public methodAdd
Public methodStatic memberPrintHeader
Public methodPrintResults
Print latency percents for specified cumulative ranges. This function is not absolutely accurate for a given time slice because this method is not synchronized with the Add() method. Some values will slip into the next iteration. It is not a good idea to add extra locks just to measure performance since that actually affects performance. Fortunately, the values will even out over time (ie. no double counting).
Public methodPrintSummary
Top
See Also

Reference