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) CompactionEntryLog
TransactionalEntryLogCompactor.FlushCompactionLogPhase. compactionLog
(package private) CompactionEntryLog
TransactionalEntryLogCompactor.UpdateIndexPhase. compactionLog
Methods in org.apache.bookkeeper.bookie that return CompactionEntryLog Modifier and Type Method Description CompactionEntryLog
DefaultEntryLogger. 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 CompactionEntryLog
EntryLogger. 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 class
DirectCompactionEntryLog
DirectCompactionEntryLog.Methods in org.apache.bookkeeper.bookie.storage.directentrylogger that return CompactionEntryLog Modifier and Type Method Description CompactionEntryLog
DirectEntryLogger. newCompactionLog(long srcLogId)
(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)
(package private) static CompactionEntryLog
DirectCompactionEntryLog. 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()
-