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

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

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

Fields in org.apache.accumulo.core.gc.thrift declared as GCStatus
 GCStatus GCMonitorService.getStatus_result.success
           
 

Methods in org.apache.accumulo.core.gc.thrift that return GCStatus
 GCStatus GCStatus.deepCopy()
           
 GCStatus GCMonitorService.AsyncClient.getStatus_call.getResult()
           
 GCStatus GCMonitorService.Iface.getStatus(TInfo tinfo, AuthInfo credentials)
           
 GCStatus GCMonitorService.Client.getStatus(TInfo tinfo, AuthInfo credentials)
           
 GCStatus GCMonitorService.getStatus_result.getSuccess()
           
 GCStatus GCMonitorService.Client.recv_getStatus()
           
 GCStatus GCStatus.setCurrent(GcCycleStats current)
           
 GCStatus GCStatus.setCurrentLog(GcCycleStats currentLog)
           
 GCStatus GCStatus.setLast(GcCycleStats last)
           
 GCStatus GCStatus.setLastLog(GcCycleStats lastLog)
           
 

Methods in org.apache.accumulo.core.gc.thrift with parameters of type GCStatus
 int GCStatus.compareTo(GCStatus other)
           
 boolean GCStatus.equals(GCStatus that)
           
 GCMonitorService.getStatus_result GCMonitorService.getStatus_result.setSuccess(GCStatus success)
           
 

Constructors in org.apache.accumulo.core.gc.thrift with parameters of type GCStatus
GCMonitorService.getStatus_result(GCStatus success, ThriftSecurityException sec)
           
GCStatus(GCStatus other)
          Performs a deep copy on other.
 



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