Interface InfoListener


public interface InfoListener
Asynchronous info command result notification.
  • Method Summary

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

    • onSuccess

      void onSuccess(Map<String,String> map)
      This method is called when an asynchronous info command completes successfully.
      Parameters:
      map - map of info command keys and result values.
    • onFailure

      void onFailure(AerospikeException ae)
      This method is called when an asynchronous info command fails.
      Parameters:
      ae - error that occurred