Uses of Interface
org.apache.bookkeeper.bookie.BookieFileChannel
-
Packages that use BookieFileChannel Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of BookieFileChannel in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement BookieFileChannel Modifier and Type Class Description class
DefaultFileChannel
Default FileChannel for bookie to read and write.Fields in org.apache.bookkeeper.bookie declared as BookieFileChannel Modifier and Type Field Description (package private) BookieFileChannel
JournalChannel. channel
Methods in org.apache.bookkeeper.bookie that return BookieFileChannel Modifier and Type Method Description BookieFileChannel
DefaultFileChannelProvider. open(java.io.File file, ServerConfiguration configuration)
BookieFileChannel
FileChannelProvider. open(java.io.File file, ServerConfiguration configuration)
Get the BookieFileChannel with the given file and configuration.Methods in org.apache.bookkeeper.bookie with parameters of type BookieFileChannel Modifier and Type Method Description void
DefaultFileChannelProvider. close(BookieFileChannel bookieFileChannel)
void
FileChannelProvider. close(BookieFileChannel bookieFileChannel)
Close bookieFileChannel.
-