Uses of Class
org.apache.bookkeeper.util.AvailabilityOfEntriesOfLedger
-
Packages that use AvailabilityOfEntriesOfLedger Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol.org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of AvailabilityOfEntriesOfLedger in org.apache.bookkeeper.client
Methods in org.apache.bookkeeper.client that return types with arguments of type AvailabilityOfEntriesOfLedger Modifier and Type Method Description java.util.concurrent.CompletableFuture<AvailabilityOfEntriesOfLedger>BookKeeperAdmin. asyncGetListOfEntriesOfLedger(BookieId address, long ledgerId)Makes async request for getting list of entries of ledger from a bookie and returns Future for the result. -
Uses of AvailabilityOfEntriesOfLedger in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return types with arguments of type AvailabilityOfEntriesOfLedger Modifier and Type Method Description java.util.concurrent.CompletableFuture<AvailabilityOfEntriesOfLedger>BookieClient. getListOfEntriesOfLedger(BookieId address, long ledgerId)Makes async request for getting list of entries of ledger from a bookie and returns Future for the result.java.util.concurrent.CompletableFuture<AvailabilityOfEntriesOfLedger>BookieClientImpl. getListOfEntriesOfLedger(BookieId address, long ledgerId)Methods in org.apache.bookkeeper.proto with parameters of type AvailabilityOfEntriesOfLedger Modifier and Type Method Description voidBookkeeperInternalCallbacks.FutureGetListOfEntriesOfLedger. getListOfEntriesOfLedgerComplete(int rc, long ledgerIdOfTheResponse, AvailabilityOfEntriesOfLedger availabilityOfEntriesOfLedger)voidBookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback. getListOfEntriesOfLedgerComplete(int rc, long ledgerId, AvailabilityOfEntriesOfLedger availabilityOfEntriesOfLedger) -
Uses of AvailabilityOfEntriesOfLedger in org.apache.bookkeeper.util
Fields in org.apache.bookkeeper.util declared as AvailabilityOfEntriesOfLedger Modifier and Type Field Description static AvailabilityOfEntriesOfLedgerAvailabilityOfEntriesOfLedger. EMPTY_AVAILABILITYOFENTRIESOFLEDGER
-