Uses of Interface
org.apache.bookkeeper.bookie.BookieFileChannel
Packages that use BookieFileChannel
Package
Description
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 BookieFileChannelModifier and TypeClassDescriptionclassDefault FileChannel for bookie to read and write.Fields in org.apache.bookkeeper.bookie declared as BookieFileChannelModifier and TypeFieldDescription(package private) final BookieFileChannelJournalChannel.channelMethods in org.apache.bookkeeper.bookie that return BookieFileChannelModifier and TypeMethodDescriptionDefaultFileChannelProvider.open(File file, ServerConfiguration configuration) FileChannelProvider.open(File file, ServerConfiguration configuration) Get the BookieFileChannel with the given file and configuration.Methods in org.apache.bookkeeper.bookie with parameters of type BookieFileChannelModifier and TypeMethodDescriptionvoidDefaultFileChannelProvider.close(BookieFileChannel bookieFileChannel) voidFileChannelProvider.close(BookieFileChannel bookieFileChannel) Close bookieFileChannel.