Uses of Class
org.apache.accumulo.core.master.thrift.Compacting
-
Packages that use Compacting Package Description 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 Modifier and Type Field Description CompactingTableInfo. majorsCompactingTableInfo. minorsCompactingTableInfo. scansMethods in org.apache.accumulo.core.master.thrift that return Compacting Modifier and Type Method Description CompactingCompacting. deepCopy()CompactingTableInfo. getMajors()CompactingTableInfo. getMinors()CompactingTableInfo. getScans()CompactingCompacting. setQueued(int queued)CompactingCompacting. setRunning(int running)Methods in org.apache.accumulo.core.master.thrift with parameters of type Compacting Modifier and Type Method Description intCompacting. compareTo(Compacting other)booleanCompacting. equals(Compacting that)TableInfoTableInfo. setMajors(Compacting majors)TableInfoTableInfo. setMinors(Compacting minors)TableInfoTableInfo. setScans(Compacting scans)Constructors in org.apache.accumulo.core.master.thrift with parameters of type Compacting Constructor Description 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 minors, Compacting majors, Compacting scans, double scanRate)
-