Uses of Class
org.apache.accumulo.monitor.rest.gc.GarbageCollectorCycle
-
Packages that use GarbageCollectorCycle Package Description org.apache.accumulo.monitor.rest.gc -
-
Uses of GarbageCollectorCycle in org.apache.accumulo.monitor.rest.gc
Fields in org.apache.accumulo.monitor.rest.gc declared as GarbageCollectorCycle Modifier and Type Field Description GarbageCollectorCycleGarbageCollection. currentCycleGarbageCollectorCycleGarbageCollection. lastCycleMethods in org.apache.accumulo.monitor.rest.gc that return GarbageCollectorCycle Modifier and Type Method Description GarbageCollectorCycleGarbageCollectorResource. getCurrentCycle()Generates current file gc objectGarbageCollectorCycleGarbageCollectorResource. getCurrentWalCycle()Generates current wal objectstatic GarbageCollectorCycleGarbageCollectorCycle. getEmpty()GarbageCollectorCycleGarbageCollectorResource. getLastCycle()Generates last file gc objectGarbageCollectorCycleGarbageCollectorResource. getLastWalCycle()Generates last wal objectConstructors in org.apache.accumulo.monitor.rest.gc with parameters of type GarbageCollectorCycle Constructor Description GarbageCollection(GarbageCollectorCycle last, GarbageCollectorCycle current)Creates a new Garbage Collector JSON object
-