Uses of Class
org.apache.bookkeeper.bookie.JournalChannel
-
Packages that use JournalChannel Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of JournalChannel in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return JournalChannel Modifier and Type Method Description (package private) JournalChannelJournal. newLogFile(long logId, java.lang.Long replaceLogId)Methods in org.apache.bookkeeper.bookie with parameters of type JournalChannel Modifier and Type Method Description (package private) static voidJournal. writePaddingBytes(JournalChannel jc, io.netty.buffer.ByteBuf paddingBuffer, int journalAlignSize)
-