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 classDefaultFileChannelDefault FileChannel for bookie to read and write.Fields in org.apache.bookkeeper.bookie declared as BookieFileChannel Modifier and Type Field Description (package private) BookieFileChannelJournalChannel. channelMethods in org.apache.bookkeeper.bookie that return BookieFileChannel Modifier and Type Method Description BookieFileChannelDefaultFileChannelProvider. open(java.io.File file, ServerConfiguration configuration)BookieFileChannelFileChannelProvider. 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 voidDefaultFileChannelProvider. close(BookieFileChannel bookieFileChannel)voidFileChannelProvider. close(BookieFileChannel bookieFileChannel)Close bookieFileChannel.
-