Uses of Class
org.apache.bookkeeper.bookie.Journal.QueueEntry
-
Packages that use Journal.QueueEntry Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of Journal.QueueEntry in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie with type parameters of type Journal.QueueEntry Modifier and Type Field Description (package private) BatchedBlockingQueue<Journal.QueueEntry>
Journal. queue
Methods in org.apache.bookkeeper.bookie that return Journal.QueueEntry Modifier and Type Method Description (package private) static Journal.QueueEntry
Journal.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)
-