public interface MetricsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDisable(com.aerospike.client.cluster.Cluster cluster)
Periodic extended metrics has been disabled for the given cluster.
|
void |
onEnable(com.aerospike.client.cluster.Cluster cluster,
MetricsPolicy policy)
Periodic extended metrics has been enabled for the given cluster.
|
void |
onNodeClose(Node node)
A node is being dropped from the cluster.
|
void |
onSnapshot(com.aerospike.client.cluster.Cluster cluster)
A metrics snapshot has been requested for the given cluster.
|
void onEnable(com.aerospike.client.cluster.Cluster cluster,
MetricsPolicy policy)
void onSnapshot(com.aerospike.client.cluster.Cluster cluster)
void onNodeClose(Node node)
void onDisable(com.aerospike.client.cluster.Cluster cluster)
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.