Uses of Class
org.apache.accumulo.core.gc.thrift.GcCycleStats

Packages that use GcCycleStats
org.apache.accumulo.core.gc.thrift   
 

Uses of GcCycleStats in org.apache.accumulo.core.gc.thrift
 

Fields in org.apache.accumulo.core.gc.thrift declared as GcCycleStats
 GcCycleStats GCStatus.current
           
 GcCycleStats GCStatus.currentLog
           
 GcCycleStats GCStatus.last
           
 GcCycleStats GCStatus.lastLog
           
 

Methods in org.apache.accumulo.core.gc.thrift that return GcCycleStats
 GcCycleStats GcCycleStats.deepCopy()
           
 GcCycleStats GCStatus.getCurrent()
           
 GcCycleStats GCStatus.getCurrentLog()
           
 GcCycleStats GCStatus.getLast()
           
 GcCycleStats GCStatus.getLastLog()
           
 GcCycleStats GcCycleStats.setCandidates(long candidates)
           
 GcCycleStats GcCycleStats.setDeleted(long deleted)
           
 GcCycleStats GcCycleStats.setErrors(long errors)
           
 GcCycleStats GcCycleStats.setFinished(long finished)
           
 GcCycleStats GcCycleStats.setInUse(long inUse)
           
 GcCycleStats GcCycleStats.setStarted(long started)
           
 

Methods in org.apache.accumulo.core.gc.thrift with parameters of type GcCycleStats
 int GcCycleStats.compareTo(GcCycleStats other)
           
 boolean GcCycleStats.equals(GcCycleStats that)
           
 GCStatus GCStatus.setCurrent(GcCycleStats current)
           
 GCStatus GCStatus.setCurrentLog(GcCycleStats currentLog)
           
 GCStatus GCStatus.setLast(GcCycleStats last)
           
 GCStatus GCStatus.setLastLog(GcCycleStats lastLog)
           
 

Constructors in org.apache.accumulo.core.gc.thrift with parameters of type GcCycleStats
GcCycleStats(GcCycleStats other)
          Performs a deep copy on other.
GCStatus(GcCycleStats last, GcCycleStats lastLog, GcCycleStats current, GcCycleStats currentLog)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.