Uses of Class
org.apache.bookkeeper.bookie.BufferedReadChannel
-
Packages that use BufferedReadChannel Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of BufferedReadChannel in org.apache.bookkeeper.bookie
Subclasses of BufferedReadChannel in org.apache.bookkeeper.bookie Modifier and Type Class Description classBufferedChannelProvides a buffering layer in front of a FileChannel.(package private) static classDefaultEntryLogger.BufferedLogChannelclassSlowBufferedChannelStrictly for testing.Methods in org.apache.bookkeeper.bookie that return BufferedReadChannel Modifier and Type Method Description (package private) BufferedReadChannelDefaultEntryLogger. getChannelForLogId(long entryLogId)BufferedReadChannelDefaultEntryLogger. getFromChannels(long logId)BufferedReadChannelDefaultEntryLogger. putInReadChannels(long logId, BufferedReadChannel bc)Put the logId, bc pair in the map responsible for the current thread.Methods in org.apache.bookkeeper.bookie with parameters of type BufferedReadChannel Modifier and Type Method Description BufferedReadChannelDefaultEntryLogger. putInReadChannels(long logId, BufferedReadChannel bc)Put the logId, bc pair in the map responsible for the current thread.
-