Package com.aerospike.client.listener
Interface ClusterStatsListener
public interface ClusterStatsListener
Asynchronous result notifications for cluster statistics.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called when command fails.voidonSuccess(ClusterStats stats) This method is called when command completes successfully.
-
Method Details
-
onSuccess
This method is called when command completes successfully. -
onFailure
This method is called when command fails.
-