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.client
Fields in org.apache.bookkeeper.client with type parameters of type PendingAddOp Modifier and Type Field Description (package private) java.util.Queue<PendingAddOp>
LedgerHandle. pendingAddOps
Methods in org.apache.bookkeeper.client that return PendingAddOp Modifier and Type Method Description (package private) PendingAddOp
PendingAddOp. allowFailFastOnUnwritableChannel()
(package private) static PendingAddOp
PendingAddOp. 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) PendingAddOp
PendingAddOp. 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 int
LedgerHandleAdv.PendingOpsComparator. compare(PendingAddOp o1, PendingAddOp o2)
protected void
LedgerHandle. doAsyncAddEntry(PendingAddOp op)
protected void
LedgerHandleAdv. 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) void
LedgerHandle. errorOutPendingAdds(int rc, java.util.List<PendingAddOp> ops)
-