Uses of Class
org.apache.bookkeeper.bookie.BufferedReadChannel
Packages that use BufferedReadChannel
Package
Description
Provides a Bookie server that stores entries for clients.
-
Uses of BufferedReadChannel in org.apache.bookkeeper.bookie
Subclasses of BufferedReadChannel in org.apache.bookkeeper.bookieModifier and TypeClassDescriptionclassProvides a buffering layer in front of a FileChannel.(package private) static classclassStrictly for testing.Methods in org.apache.bookkeeper.bookie that return BufferedReadChannelModifier and TypeMethodDescription(package private) BufferedReadChannelDefaultEntryLogger.getChannelForLogId(long entryLogId) DefaultEntryLogger.getFromChannels(long logId) 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 BufferedReadChannelModifier and TypeMethodDescriptionDefaultEntryLogger.putInReadChannels(long logId, BufferedReadChannel bc) Put the logId, bc pair in the map responsible for the current thread.