Uses of Interface
org.apache.bookkeeper.bookie.storage.CompactionEntryLog
Packages that use CompactionEntryLog
Package
Description
Provides a Bookie server that stores entries for clients.
Provides a Bookie server that stores entries for clients.
Support for bookie entry logs using Direct IO.
-
Uses of CompactionEntryLog in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as CompactionEntryLogModifier and TypeFieldDescription(package private) final CompactionEntryLogTransactionalEntryLogCompactor.FlushCompactionLogPhase.compactionLog(package private) final CompactionEntryLogTransactionalEntryLogCompactor.UpdateIndexPhase.compactionLogMethods in org.apache.bookkeeper.bookie that return CompactionEntryLogMethods in org.apache.bookkeeper.bookie that return types with arguments of type CompactionEntryLogConstructors in org.apache.bookkeeper.bookie with parameters of type CompactionEntryLogModifierConstructorDescription(package private)FlushCompactionLogPhase(CompactionEntryLog compactionLog) (package private)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 CompactionEntryLogModifier and TypeMethodDescriptionEntryLogger.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 CompactionEntryLogModifier and TypeMethodDescriptionEntryLogger.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 CompactionEntryLogMethods in org.apache.bookkeeper.bookie.storage.directentrylogger that return CompactionEntryLogModifier and TypeMethodDescriptionDirectEntryLogger.newCompactionLog(long srcLogId) (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) (package private) static CompactionEntryLogDirectCompactionEntryLog.recoverLog(int srcLogId, int dstLogId, 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