Uses of Interface
org.apache.bookkeeper.bookie.storage.EntryLogScanner
-
Packages that use EntryLogScanner 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 EntryLogScanner in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return EntryLogScanner Modifier and Type Method Description (package private) EntryLogScannerEntryLogCompactor.CompactionScannerFactory. newScanner(EntryLogMetadata meta)Methods in org.apache.bookkeeper.bookie with parameters of type EntryLogScanner Modifier and Type Method Description voidDefaultEntryLogger. 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 EntryLogScanner Modifier and Type Method Description voidCompactionEntryLog. 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 EntryLogScanner Modifier and Type Method Description (package private) static voidLogReaderScan. scan(io.netty.buffer.ByteBufAllocator allocator, LogReader reader, EntryLogScanner scanner)voidDirectEntryLogger. scanEntryLog(long entryLogId, EntryLogScanner scanner)
-