Class LedgerHandle.LastConfirmedCtx

java.lang.Object
org.apache.bookkeeper.client.LedgerHandle.LastConfirmedCtx
Enclosing class:
LedgerHandle

static class LedgerHandle.LastConfirmedCtx extends Object
Context objects for synchronous call to read last confirmed.
  • Field Details

    • ENTRY_ID_PENDING

      static final long ENTRY_ID_PENDING
      See Also:
    • response

      long response
    • rc

      int rc
  • Constructor Details

    • LastConfirmedCtx

      LastConfirmedCtx()
  • Method Details

    • setLastConfirmed

      void setLastConfirmed(long lastConfirmed)
    • getlastConfirmed

      long getlastConfirmed()
    • setRC

      void setRC(int rc)
    • getRC

      int getRC()
    • ready

      boolean ready()