Uses of Class
org.apache.bookkeeper.bookie.EntryLocation
Packages that use EntryLocation
Package
Description
Provides a Bookie server that stores entries for clients.
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 EntryLocationModifier and TypeFieldDescription(package private) List<EntryLocation>EntryLogCompactor.CompactionScannerFactory.offsets(package private) final List<EntryLocation>TransactionalEntryLogCompactor.offsetsMethod parameters in org.apache.bookkeeper.bookie with type arguments of type EntryLocationModifier and TypeMethodDescriptionvoidCompactableLedgerStorage.updateEntriesLocations(Iterable<EntryLocation> locations) Update the location of several entries.voidInterleavedLedgerStorage.updateEntriesLocations(Iterable<EntryLocation> locations) voidSortedLedgerStorage.updateEntriesLocations(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 EntryLocationModifier and TypeMethodDescriptionvoidSingleDirectoryDbLedgerStorage.updateEntriesLocations(Iterable<EntryLocation> locations) voidEntryLocationIndex.updateLocations(Iterable<EntryLocation> newLocations)