Uses of Class
org.apache.bookkeeper.client.PendingAddOp
- 
Packages that use PendingAddOp Package Description org.apache.bookkeeper.client BookKeeper Client.
- 
- 
Uses of PendingAddOp in org.apache.bookkeeper.clientFields in org.apache.bookkeeper.client with type parameters of type PendingAddOp Modifier and Type Field Description (package private) java.util.Queue<PendingAddOp>LedgerHandle. pendingAddOpsMethods in org.apache.bookkeeper.client that return PendingAddOp Modifier and Type Method Description (package private) PendingAddOpPendingAddOp. allowFailFastOnUnwritableChannel()(package private) static PendingAddOpPendingAddOp. create(LedgerHandle lh, ClientContext clientCtx, java.util.List<BookieId> ensemble, io.netty.buffer.ByteBuf payload, java.util.EnumSet<WriteFlag> writeFlags, AsyncCallback.AddCallbackWithLatency cb, java.lang.Object ctx)(package private) PendingAddOpPendingAddOp. enableRecoveryAdd()Enable the recovery add flag for this operation.Methods in org.apache.bookkeeper.client that return types with arguments of type PendingAddOp Modifier and Type Method Description (package private) java.util.List<PendingAddOp>LedgerHandle. drainPendingAddsAndAdjustLength()java.util.Queue<PendingAddOp>LedgerHandle. getPendingAddOps()Methods in org.apache.bookkeeper.client with parameters of type PendingAddOp Modifier and Type Method Description intLedgerHandleAdv.PendingOpsComparator. compare(PendingAddOp o1, PendingAddOp o2)protected voidLedgerHandle. doAsyncAddEntry(PendingAddOp op)protected voidLedgerHandleAdv. doAsyncAddEntry(PendingAddOp op)Overriding part is mostly around setting entryId.Method parameters in org.apache.bookkeeper.client with type arguments of type PendingAddOp Modifier and Type Method Description (package private) voidLedgerHandle. errorOutPendingAdds(int rc, java.util.List<PendingAddOp> ops)
 
-