Uses of Class
org.apache.bookkeeper.bookie.GarbageCollectionStatus.GarbageCollectionStatusBuilder
-
Packages that use GarbageCollectionStatus.GarbageCollectionStatusBuilder Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of GarbageCollectionStatus.GarbageCollectionStatusBuilder in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return GarbageCollectionStatus.GarbageCollectionStatusBuilder Modifier and Type Method Description static GarbageCollectionStatus.GarbageCollectionStatusBuilder
GarbageCollectionStatus. builder()
GarbageCollectionStatus.GarbageCollectionStatusBuilder
GarbageCollectionStatus.GarbageCollectionStatusBuilder. forceCompacting(boolean forceCompacting)
GarbageCollectionStatus.GarbageCollectionStatusBuilder
GarbageCollectionStatus.GarbageCollectionStatusBuilder. lastMajorCompactionTime(long lastMajorCompactionTime)
GarbageCollectionStatus.GarbageCollectionStatusBuilder
GarbageCollectionStatus.GarbageCollectionStatusBuilder. lastMinorCompactionTime(long lastMinorCompactionTime)
GarbageCollectionStatus.GarbageCollectionStatusBuilder
GarbageCollectionStatus.GarbageCollectionStatusBuilder. majorCompacting(boolean majorCompacting)
GarbageCollectionStatus.GarbageCollectionStatusBuilder
GarbageCollectionStatus.GarbageCollectionStatusBuilder. majorCompactionCounter(long majorCompactionCounter)
GarbageCollectionStatus.GarbageCollectionStatusBuilder
GarbageCollectionStatus.GarbageCollectionStatusBuilder. minorCompacting(boolean minorCompacting)
GarbageCollectionStatus.GarbageCollectionStatusBuilder
GarbageCollectionStatus.GarbageCollectionStatusBuilder. minorCompactionCounter(long minorCompactionCounter)
-