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
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return ActionStats
 ActionStats ActionStats.deepCopy()
           
 ActionStats TabletStats.getMajor()
           
 ActionStats TabletStats.getMinor()
           
 ActionStats TabletStats.getSplit()
           
 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)
           
 

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



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