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. offsetsMethod parameters in org.apache.bookkeeper.bookie with type arguments of type EntryLocation Modifier and Type Method Description voidCompactableLedgerStorage. updateEntriesLocations(java.lang.Iterable<EntryLocation> locations)Update the location of several entries.voidInterleavedLedgerStorage. updateEntriesLocations(java.lang.Iterable<EntryLocation> locations)voidSortedLedgerStorage. 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 voidSingleDirectoryDbLedgerStorage. updateEntriesLocations(java.lang.Iterable<EntryLocation> locations)voidEntryLocationIndex. updateLocations(java.lang.Iterable<EntryLocation> newLocations)
-