Class LedgerDeleteOp.DeleteBuilderImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<java.lang.Void> execute()
      Start the operation and return an handle to the result.
      DeleteBuilder withLedgerId​(long ledgerId)
      Set the id of the ledger to be deleted.
      • Methods inherited from class java.lang.Object

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

      • DeleteBuilderImpl

        DeleteBuilderImpl​(BookKeeper bk)
    • Method Detail

      • execute

        public java.util.concurrent.CompletableFuture<java.lang.Void> execute()
        Description copied from interface: OpBuilder
        Start the operation and return an handle to the result.
        Specified by:
        execute in interface OpBuilder<java.lang.Void>
        Returns:
        an handle to access the result of the operation
        See Also:
        to have a simple method to access the result