Uses of Class
org.apache.bookkeeper.client.PendingAddOp
Packages that use PendingAddOp
-
Uses of PendingAddOp in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client with type parameters of type PendingAddOpModifier and TypeFieldDescription(package private) Queue<PendingAddOp>LedgerHandle.pendingAddOpsMethods in org.apache.bookkeeper.client that return PendingAddOpModifier and TypeMethodDescription(package private) PendingAddOpPendingAddOp.allowFailFastOnUnwritableChannel()(package private) static PendingAddOpPendingAddOp.create(LedgerHandle lh, ClientContext clientCtx, List<BookieId> ensemble, io.netty.buffer.ByteBuf payload, EnumSet<WriteFlag> writeFlags, AsyncCallback.AddCallbackWithLatency cb, 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 PendingAddOpModifier and TypeMethodDescription(package private) List<PendingAddOp>LedgerHandle.drainPendingAddsAndAdjustLength()LedgerHandle.getPendingAddOps()Methods in org.apache.bookkeeper.client with parameters of type PendingAddOpModifier and TypeMethodDescriptionintLedgerHandleAdv.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 PendingAddOpModifier and TypeMethodDescription(package private) voidLedgerHandle.errorOutPendingAdds(int rc, List<PendingAddOp> ops)