Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.WriteCallback
-
Packages that use BookkeeperInternalCallbacks.WriteCallback Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperInternalCallbacks.WriteCallback in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement BookkeeperInternalCallbacks.WriteCallback Modifier and Type Class Description (package private) static classBookieImpl.NopWriteCallbackFields in org.apache.bookkeeper.bookie declared as BookkeeperInternalCallbacks.WriteCallback Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.WriteCallbackJournal.QueueEntry. cbMethods in org.apache.bookkeeper.bookie with parameters of type BookkeeperInternalCallbacks.WriteCallback Modifier and Type Method Description voidBookie. addEntry(io.netty.buffer.ByteBuf entry, boolean ackBeforeSync, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx, byte[] masterKey)voidBookieImpl. addEntry(io.netty.buffer.ByteBuf entry, boolean ackBeforeSync, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx, byte[] masterKey)Add entry to a ledger.(package private) static Journal.QueueEntryJournal.QueueEntry. create(io.netty.buffer.ByteBuf entry, boolean ackBeforeSync, long ledgerId, long entryId, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx, long enqueueTime, OpStatsLogger journalAddEntryStats, Counter callbackTime)voidBookie. forceLedger(long ledgerId, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx)voidBookieImpl. forceLedger(long ledgerId, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx)Force sync given 'ledgerId' entries on the journal to the disk.(package private) voidJournal. forceLedger(long ledgerId, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx)voidJournal. logAddEntry(long ledgerId, long entryId, io.netty.buffer.ByteBuf entry, boolean ackBeforeSync, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx)voidJournal. logAddEntry(io.netty.buffer.ByteBuf entry, boolean ackBeforeSync, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx)record an add entry operation in journal.voidBookie. recoveryAddEntry(io.netty.buffer.ByteBuf entry, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx, byte[] masterKey)voidBookieImpl. recoveryAddEntry(io.netty.buffer.ByteBuf entry, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx, byte[] masterKey)Add entry to a ledger, even if the ledger has previous been fenced.voidBookie. setExplicitLac(io.netty.buffer.ByteBuf entry, BookkeeperInternalCallbacks.WriteCallback writeCallback, java.lang.Object ctx, byte[] masterKey)voidBookieImpl. setExplicitLac(io.netty.buffer.ByteBuf entry, BookkeeperInternalCallbacks.WriteCallback writeCallback, java.lang.Object ctx, byte[] masterKey) -
Uses of BookkeeperInternalCallbacks.WriteCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookkeeperInternalCallbacks.WriteCallback Modifier and Type Class Description (package private) classPendingAddOpThis represents a pending add operation. -
Uses of BookkeeperInternalCallbacks.WriteCallback in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement BookkeeperInternalCallbacks.WriteCallback Modifier and Type Class Description (package private) classAddCompletion(package private) classWriteEntryProcessorProcesses add entry requests.Fields in org.apache.bookkeeper.proto declared as BookkeeperInternalCallbacks.WriteCallback Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.WriteCallbackBookieClientImpl.ChannelReadyForAddEntryCallback. cb(package private) BookkeeperInternalCallbacks.WriteCallbackAddCompletion. originalCallbackMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.WriteCallback Modifier and Type Method Description (package private) static AddCompletionAddCompletion. acquireAddCompletion(CompletionKey key, BookkeeperInternalCallbacks.WriteCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient)voidBookieClient. addEntry(BookieId address, long ledgerId, byte[] masterKey, long entryId, io.netty.util.ReferenceCounted toSend, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx, int options, boolean allowFastFail, java.util.EnumSet<WriteFlag> writeFlags)Add an entry for ledgerledgerIdon the bookie at addressaddress.voidBookieClientImpl. addEntry(BookieId addr, long ledgerId, byte[] masterKey, long entryId, io.netty.util.ReferenceCounted toSend, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx, int options, boolean allowFastFail, java.util.EnumSet<WriteFlag> writeFlags)(package private) voidPerChannelBookieClient. addEntry(long ledgerId, byte[] masterKey, long entryId, io.netty.util.ReferenceCounted toSend, BookkeeperInternalCallbacks.WriteCallback cb, java.lang.Object ctx, int options, boolean allowFastFail, java.util.EnumSet<WriteFlag> writeFlags)This method should be called only after connection has been checked forPerChannelBookieClient.connectIfNeededAndDoOp(GenericCallback).(package private) static BookieClientImpl.ChannelReadyForAddEntryCallbackBookieClientImpl.ChannelReadyForAddEntryCallback. create(BookieClientImpl bookieClient, io.netty.util.ReferenceCounted toSend, long ledgerId, long entryId, BookieId addr, java.lang.Object ctx, BookkeeperInternalCallbacks.WriteCallback cb, int options, byte[] masterKey, boolean allowFastFail, java.util.EnumSet<WriteFlag> writeFlags)(package private) voidAddCompletion. reset(CompletionKey key, BookkeeperInternalCallbacks.WriteCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient)
-