Uses of Class
org.apache.accumulo.core.tabletserver.thrift.CompactionStats

Packages that use CompactionStats
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of CompactionStats in org.apache.accumulo.core.tabletserver.thrift
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return CompactionStats
 CompactionStats CompactionStats.clone()
          Deprecated. 
 CompactionStats CompactionStats.deepCopy()
           
 CompactionStats CompactionStats.setQueueSumDev(double queueSumDev)
           
 CompactionStats CompactionStats.setQueueTime(double queueTime)
           
 CompactionStats CompactionStats.setStats(ActionStats stats)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type CompactionStats
 int CompactionStats.compareTo(CompactionStats other)
           
 boolean CompactionStats.equals(CompactionStats that)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type CompactionStats
CompactionStats(CompactionStats other)
          Performs a deep copy on other.
 



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