Uses of Class
org.apache.accumulo.core.master.thrift.Compacting

Packages that use Compacting
org.apache.accumulo.core.master.thrift   
 

Uses of Compacting in org.apache.accumulo.core.master.thrift
 

Fields in org.apache.accumulo.core.master.thrift declared as Compacting
 Compacting TableInfo.major
           
 Compacting TableInfo.minor
           
 Compacting TableInfo.scans
           
 

Methods in org.apache.accumulo.core.master.thrift that return Compacting
 Compacting Compacting.deepCopy()
           
 Compacting TableInfo.getMajor()
           
 Compacting TableInfo.getMinor()
           
 Compacting TableInfo.getScans()
           
 Compacting Compacting.setQueued(int queued)
           
 Compacting Compacting.setRunning(int running)
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type Compacting
 int Compacting.compareTo(Compacting other)
           
 boolean Compacting.equals(Compacting that)
           
 TableInfo TableInfo.setMajor(Compacting major)
           
 TableInfo TableInfo.setMinor(Compacting minor)
           
 TableInfo TableInfo.setScans(Compacting scans)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type Compacting
Compacting(Compacting other)
          Performs a deep copy on other.
TableInfo(long recs, long recsInMemory, int tablets, int onlineTablets, double ingestRate, double ingestByteRate, double queryRate, double queryByteRate, Compacting minor, Compacting major, Compacting scans)
           
 



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