Uses of Class
org.apache.bookkeeper.bookie.EntryLocation
-
Packages that use EntryLocation Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.storage.ldb Classes related to DB based ledger storage. -
-
Uses of EntryLocation in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie with type parameters of type EntryLocation Modifier and Type Field Description (package private) java.util.List<EntryLocation>
EntryLogCompactor.CompactionScannerFactory. offsets
(package private) java.util.List<EntryLocation>
TransactionalEntryLogCompactor. offsets
Method parameters in org.apache.bookkeeper.bookie with type arguments of type EntryLocation Modifier and Type Method Description void
CompactableLedgerStorage. updateEntriesLocations(java.lang.Iterable<EntryLocation> locations)
Update the location of several entries.void
InterleavedLedgerStorage. updateEntriesLocations(java.lang.Iterable<EntryLocation> locations)
void
SortedLedgerStorage. updateEntriesLocations(java.lang.Iterable<EntryLocation> locations)
-
Uses of EntryLocation in org.apache.bookkeeper.bookie.storage.ldb
Method parameters in org.apache.bookkeeper.bookie.storage.ldb with type arguments of type EntryLocation Modifier and Type Method Description void
SingleDirectoryDbLedgerStorage. updateEntriesLocations(java.lang.Iterable<EntryLocation> locations)
void
EntryLocationIndex. updateLocations(java.lang.Iterable<EntryLocation> newLocations)
-