Uses of Interface
org.apache.bookkeeper.bookie.storage.EntryLogScanner
Packages that use EntryLogScanner
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 EntryLogScanner in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return EntryLogScannerModifier and TypeMethodDescription(package private) EntryLogScannerEntryLogCompactor.CompactionScannerFactory.newScanner(EntryLogMetadata meta) Methods in org.apache.bookkeeper.bookie with parameters of type EntryLogScannerModifier and TypeMethodDescriptionvoidDefaultEntryLogger.scanEntryLog(long entryLogId, EntryLogScanner scanner) Scan entry log. -
Uses of EntryLogScanner in org.apache.bookkeeper.bookie.storage
Methods in org.apache.bookkeeper.bookie.storage with parameters of type EntryLogScannerModifier and TypeMethodDescriptionvoidCompactionEntryLog.scan(EntryLogScanner scanner) Scan the entry log, reading out all contained entries.voidEntryLogger.scanEntryLog(long entryLogId, EntryLogScanner scanner) Scan the given entrylog, returning all entries contained therein. -
Uses of EntryLogScanner in org.apache.bookkeeper.bookie.storage.directentrylogger
Methods in org.apache.bookkeeper.bookie.storage.directentrylogger with parameters of type EntryLogScannerModifier and TypeMethodDescription(package private) static voidLogReaderScan.scan(io.netty.buffer.ByteBufAllocator allocator, LogReader reader, EntryLogScanner scanner) voidDirectEntryLogger.scanEntryLog(long entryLogId, EntryLogScanner scanner)