Uses of Enum Class
com.aerospike.client.metrics.LatencyType
Packages that use LatencyType
-
Uses of LatencyType in com.aerospike.client.cluster
Methods in com.aerospike.client.cluster with parameters of type LatencyTypeModifier and TypeMethodDescriptionfinal voidNode.addLatency(LatencyType type, long elapsed) Add elapsed time in nanoseconds to latency buckets corresponding to latency type. -
Uses of LatencyType in com.aerospike.client.metrics
Methods in com.aerospike.client.metrics that return LatencyTypeModifier and TypeMethodDescriptionstatic LatencyTypeReturns the enum constant of this class with the specified name.static LatencyType[]LatencyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aerospike.client.metrics with parameters of type LatencyTypeModifier and TypeMethodDescriptionvoidNodeMetrics.addLatency(LatencyType type, long elapsed) Add elapsed time in nanoseconds to latency buckets corresponding to latency type.