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

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

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as ActionStats
 ActionStats TabletStats.major
           
 ActionStats TabletStats.minor
           
 ActionStats TabletStats.split
           
 ActionStats CompactionStats.stats
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return ActionStats
 ActionStats ActionStats.clone()
          Deprecated. 
 ActionStats ActionStats.deepCopy()
           
 ActionStats TabletStats.getMajor()
           
 ActionStats TabletStats.getMinor()
           
 ActionStats TabletStats.getSplit()
           
 ActionStats CompactionStats.getStats()
           
 ActionStats ActionStats.setCount(long count)
           
 ActionStats ActionStats.setElapsed(double elapsed)
           
 ActionStats ActionStats.setFail(int fail)
           
 ActionStats ActionStats.setNum(int num)
           
 ActionStats ActionStats.setQueueSumDev(double queueSumDev)
           
 ActionStats ActionStats.setQueueTime(double queueTime)
           
 ActionStats ActionStats.setStatus(int status)
           
 ActionStats ActionStats.setSumDev(double sumDev)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type ActionStats
 int ActionStats.compareTo(ActionStats other)
           
 boolean ActionStats.equals(ActionStats that)
           
 TabletStats TabletStats.setMajor(ActionStats major)
           
 TabletStats TabletStats.setMinor(ActionStats minor)
           
 TabletStats TabletStats.setSplit(ActionStats split)
           
 CompactionStats CompactionStats.setStats(ActionStats stats)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ActionStats
ActionStats(ActionStats other)
          Performs a deep copy on other.
CompactionStats(ActionStats stats, double queueTime, double queueSumDev)
           
TabletStats(TKeyExtent extent, ActionStats major, ActionStats minor, ActionStats split, long numEntries, double ingestRate, double queryRate, long splitCreationTime)
           
 



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