Class ReplicationEnableCb

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void await()
      This is a blocking call and causes the current thread to wait until the replication process is enabled.
      void operationComplete​(int rc, java.lang.Void result)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReplicationEnableCb

        public ReplicationEnableCb()
    • Method Detail

      • await

        public void await()
                   throws java.lang.InterruptedException
        This is a blocking call and causes the current thread to wait until the replication process is enabled.
        Throws:
        java.lang.InterruptedException - interrupted while waiting