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) EntryLogScanner
EntryLogCompactor.CompactionScannerFactory. newScanner(EntryLogMetadata meta)
Methods in org.apache.bookkeeper.bookie with parameters of type EntryLogScanner Modifier and Type Method Description void
DefaultEntryLogger. 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 void
CompactionEntryLog. scan(EntryLogScanner scanner)
Scan the entry log, reading out all contained entries.void
EntryLogger. 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 void
LogReaderScan. scan(io.netty.buffer.ByteBufAllocator allocator, LogReader reader, EntryLogScanner scanner)
void
DirectEntryLogger. scanEntryLog(long entryLogId, EntryLogScanner scanner)
-