Uses of Interface
org.apache.bookkeeper.bookie.storage.CompactionEntryLog
-
Packages that use CompactionEntryLog Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.storage Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.storage.directentrylogger Support for bookie entry logs using Direct IO. -
-
Uses of CompactionEntryLog in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as CompactionEntryLog Modifier and Type Field Description (package private) CompactionEntryLogTransactionalEntryLogCompactor.FlushCompactionLogPhase. compactionLog(package private) CompactionEntryLogTransactionalEntryLogCompactor.UpdateIndexPhase. compactionLogMethods in org.apache.bookkeeper.bookie that return CompactionEntryLog Modifier and Type Method Description CompactionEntryLogDefaultEntryLogger. newCompactionLog(long logToCompact)Methods in org.apache.bookkeeper.bookie that return types with arguments of type CompactionEntryLog Modifier and Type Method Description java.util.Collection<CompactionEntryLog>DefaultEntryLogger. incompleteCompactionLogs()Constructors in org.apache.bookkeeper.bookie with parameters of type CompactionEntryLog Constructor Description FlushCompactionLogPhase(CompactionEntryLog compactionLog)ScanEntryLogPhase(EntryLogMetadata metadata, CompactionEntryLog compactionLog)UpdateIndexPhase(CompactionEntryLog compactionLog)UpdateIndexPhase(CompactionEntryLog compactionLog, boolean isInRecovery) -
Uses of CompactionEntryLog in org.apache.bookkeeper.bookie.storage
Methods in org.apache.bookkeeper.bookie.storage that return CompactionEntryLog Modifier and Type Method Description CompactionEntryLogEntryLogger. newCompactionLog(long logToCompact)Create a new entrylog into which compacted entries can be added.Methods in org.apache.bookkeeper.bookie.storage that return types with arguments of type CompactionEntryLog Modifier and Type Method Description java.util.Collection<CompactionEntryLog>EntryLogger. incompleteCompactionLogs()Return a collection of all the compaction entry logs which have been compacted, but have not been cleaned up. -
Uses of CompactionEntryLog in org.apache.bookkeeper.bookie.storage.directentrylogger
Classes in org.apache.bookkeeper.bookie.storage.directentrylogger that implement CompactionEntryLog Modifier and Type Class Description classDirectCompactionEntryLogDirectCompactionEntryLog.Methods in org.apache.bookkeeper.bookie.storage.directentrylogger that return CompactionEntryLog Modifier and Type Method Description CompactionEntryLogDirectEntryLogger. newCompactionLog(long srcLogId)(package private) static CompactionEntryLogDirectCompactionEntryLog. 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)(package private) static CompactionEntryLogDirectCompactionEntryLog. recoverLog(int srcLogId, int dstLogId, java.io.File ledgerDir, int readBufferSize, int maxSaneEntrySize, NativeIO nativeIO, io.netty.buffer.ByteBufAllocator allocator, OpStatsLogger readBlockStats, Slogger slog)Methods in org.apache.bookkeeper.bookie.storage.directentrylogger that return types with arguments of type CompactionEntryLog Modifier and Type Method Description java.util.Collection<CompactionEntryLog>DirectEntryLogger. incompleteCompactionLogs()
-