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.majors
           
 ActionStats TabletStats.minors
           
 ActionStats TabletStats.splits
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return ActionStats
 ActionStats ActionStats.deepCopy()
           
 ActionStats TabletStats.getMajors()
           
 ActionStats TabletStats.getMinors()
           
 ActionStats TabletStats.getSplits()
           
 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.setMajors(ActionStats majors)
           
 TabletStats TabletStats.setMinors(ActionStats minors)
           
 TabletStats TabletStats.setSplits(ActionStats splits)
           
 

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 majors, ActionStats minors, ActionStats splits, long numEntries, double ingestRate, double queryRate, long splitCreationTime)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.