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 class
BufferedChannel
Provides a buffering layer in front of a FileChannel.(package private) static class
DefaultEntryLogger.BufferedLogChannel
class
SlowBufferedChannel
Strictly for testing.Methods in org.apache.bookkeeper.bookie that return BufferedReadChannel Modifier and Type Method Description (package private) BufferedReadChannel
DefaultEntryLogger. getChannelForLogId(long entryLogId)
BufferedReadChannel
DefaultEntryLogger. getFromChannels(long logId)
BufferedReadChannel
DefaultEntryLogger. 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 BufferedReadChannel
DefaultEntryLogger. putInReadChannels(long logId, BufferedReadChannel bc)
Put the logId, bc pair in the map responsible for the current thread.
-