Uses of Class
org.apache.bookkeeper.bookie.storage.directentrylogger.BufferPool
-
Packages that use BufferPool Package Description org.apache.bookkeeper.bookie.storage.directentrylogger 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 BufferPool Modifier and Type Field Description (package private) BufferPool
DirectWriter. bufferPool
Methods in org.apache.bookkeeper.bookie.storage.directentrylogger with parameters of type BufferPool Modifier and Type Method Description (package private) static CompactionEntryLog
DirectCompactionEntryLog. newLog(int srcLogId, int dstLogId, java.io.File ledgerDir, long maxFileSize, java.util.concurrent.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 BufferPool Constructor Description DirectWriter(int id, java.lang.String filename, long maxFileSize, java.util.concurrent.ExecutorService writeExecutor, BufferPool bufferPool, NativeIO nativeIO, Slogger slog)
-