Class Monitor

java.lang.Object
com.aerospike.client.async.Monitor

public final class Monitor extends Object
Monitor that coordinates wait/notify between different threads.
  • Constructor Details

    • Monitor

      public Monitor()
  • Method Details

    • waitTillComplete

      public void waitTillComplete()
      Wait in current thread for other thread to complete.
    • notifyComplete

      public void notifyComplete()
      Notify waiting thread that this thread is complete.