| Package | Description |
|---|---|
| com.aerospike.client.cluster | |
| com.aerospike.client.metrics |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addLatency(LatencyType type,
long elapsed)
Add elapsed time in nanoseconds to latency buckets corresponding to latency type.
|
| Modifier and Type | Method and Description |
|---|---|
static LatencyType |
LatencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LatencyType[] |
LatencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeMetrics.addLatency(LatencyType type,
long elapsed)
Add elapsed time in nanoseconds to latency buckets corresponding to latency type.
|
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.