Uses of Interface
org.apache.bookkeeper.client.SpeculativeRequestExecutor
-
Packages that use SpeculativeRequestExecutor Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of SpeculativeRequestExecutor in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement SpeculativeRequestExecutor Modifier and Type Class Description (package private) classBatchedReadOp.BatchedLedgerEntryRequest(package private) classBatchedReadOp.SequenceReadRequest(package private) classPendingReadOp.ParallelReadRequest(package private) classPendingReadOp.SequenceReadRequest(package private) classPendingReadOp.SingleLedgerEntryRequest(package private) classReadLastConfirmedAndEntryOpLong poll read operation.(package private) classReadOpBase.LedgerEntryRequestMethods in org.apache.bookkeeper.client with parameters of type SpeculativeRequestExecutor Modifier and Type Method Description java.util.concurrent.ScheduledFuture<?>DefaultSpeculativeRequestExecutionPolicy. initiateSpeculativeRequest(java.util.concurrent.ScheduledExecutorService scheduler, SpeculativeRequestExecutor requestExecutor)Initialize the speculative request execution policy.java.util.concurrent.ScheduledFuture<?>SpeculativeRequestExecutionPolicy. initiateSpeculativeRequest(java.util.concurrent.ScheduledExecutorService scheduler, SpeculativeRequestExecutor requestExecutor)Initialize the speculative request execution policy and initiate requests.
-