Uses of Class
org.apache.bookkeeper.bookie.BufferedChannel
-
Packages that use BufferedChannel Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of BufferedChannel in org.apache.bookkeeper.bookie
Subclasses of BufferedChannel in org.apache.bookkeeper.bookie Modifier and Type Class Description (package private) static class
DefaultEntryLogger.BufferedLogChannel
class
SlowBufferedChannel
Strictly for testing.Fields in org.apache.bookkeeper.bookie declared as BufferedChannel Modifier and Type Field Description (package private) BufferedChannel
JournalChannel. bc
Methods in org.apache.bookkeeper.bookie that return BufferedChannel Modifier and Type Method Description BufferedChannel
Journal.BufferedChannelBuilder. create(java.nio.channels.FileChannel fc, int capacity)
(package private) BufferedChannel
JournalChannel. getBufferedChannel()
-