Uses of Interface
org.apache.bookkeeper.bookie.storage.EntryLogIds
-
Packages that use EntryLogIds Package Description org.apache.bookkeeper.bookie.storage.directentrylogger Support for bookie entry logs using Direct IO. -
-
Uses of EntryLogIds in org.apache.bookkeeper.bookie.storage.directentrylogger
Classes in org.apache.bookkeeper.bookie.storage.directentrylogger that implement EntryLogIds Modifier and Type Class Description class
EntryLogIdsImpl
EntryLogIdsImpl.Constructors in org.apache.bookkeeper.bookie.storage.directentrylogger with parameters of type EntryLogIds Constructor Description DirectEntryLogger(java.io.File ledgerDir, EntryLogIds ids, NativeIO nativeIO, io.netty.buffer.ByteBufAllocator allocator, java.util.concurrent.ExecutorService writeExecutor, java.util.concurrent.ExecutorService flushExecutor, long maxFileSize, int maxSaneEntrySize, long totalWriteBufferSize, long totalReadBufferSize, int readBufferSize, int numReadThreads, int maxFdCacheTimeSeconds, Slogger slogParent, StatsLogger stats)
-