Interface ClusterStatsListener


public interface ClusterStatsListener
Asynchronous result notifications for cluster statistics.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when command fails.
    void
    This method is called when command completes successfully.
  • Method Details

    • onSuccess

      void onSuccess(ClusterStats stats)
      This method is called when command completes successfully.
    • onFailure

      void onFailure(AerospikeException ae)
      This method is called when command fails.