Class MSLedgerManagerFactory.SyncResult<T>

java.lang.Object
org.apache.bookkeeper.meta.MSLedgerManagerFactory.SyncResult<T>
Enclosing class:
MSLedgerManagerFactory

static class MSLedgerManagerFactory.SyncResult<T> extends Object
  • Field Details

    • value

      T value
    • rc

      int rc
    • finished

      boolean finished
  • Constructor Details

    • SyncResult

      SyncResult()
  • Method Details

    • complete

      public void complete(int rc, T value)
    • block

      public void block()
    • getRetCode

      public int getRetCode()
    • getResult

      public T getResult()