Uses of Class
org.apache.bookkeeper.bookie.GarbageCollectionStatus
Packages that use GarbageCollectionStatus
Package
Description
Provides a Bookie server that stores entries for clients.
Classes related to DB based ledger storage.
-
Uses of GarbageCollectionStatus in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return GarbageCollectionStatusModifier and TypeMethodDescriptionGarbageCollectionStatus.GarbageCollectionStatusBuilder.build()GarbageCollectorThread.getGarbageCollectionStatus()Methods in org.apache.bookkeeper.bookie that return types with arguments of type GarbageCollectionStatusModifier and TypeMethodDescriptionInterleavedLedgerStorage.getGarbageCollectionStatus()default List<GarbageCollectionStatus>LedgerStorage.getGarbageCollectionStatus()Get Garbage Collection status.SortedLedgerStorage.getGarbageCollectionStatus() -
Uses of GarbageCollectionStatus in org.apache.bookkeeper.bookie.storage.ldb
Methods in org.apache.bookkeeper.bookie.storage.ldb that return types with arguments of type GarbageCollectionStatusModifier and TypeMethodDescriptionDbLedgerStorage.getGarbageCollectionStatus()SingleDirectoryDbLedgerStorage.getGarbageCollectionStatus()