Uses of Class
org.apache.bookkeeper.bookie.storage.directentrylogger.BufferPool
Packages that use BufferPool
Package
Description
Support for bookie entry logs using Direct IO.
-
Uses of BufferPool in org.apache.bookkeeper.bookie.storage.directentrylogger
Fields in org.apache.bookkeeper.bookie.storage.directentrylogger declared as BufferPoolMethods in org.apache.bookkeeper.bookie.storage.directentrylogger with parameters of type BufferPoolModifier and TypeMethodDescription(package private) static CompactionEntryLogDirectCompactionEntryLog.newLog(int srcLogId, int dstLogId, File ledgerDir, long maxFileSize, ExecutorService writeExecutor, BufferPool writeBuffers, NativeIO nativeIO, io.netty.buffer.ByteBufAllocator allocator, Slogger slog) Constructors in org.apache.bookkeeper.bookie.storage.directentrylogger with parameters of type BufferPoolModifierConstructorDescription(package private)DirectWriter(int id, String filename, long maxFileSize, ExecutorService writeExecutor, BufferPool bufferPool, NativeIO nativeIO, Slogger slog)