Uses of Class
org.apache.accumulo.core.tabletserver.thrift.ActionStats
-
Packages that use ActionStats Package Description 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 Modifier and Type Field Description ActionStatsTabletStats. majorsActionStatsTabletStats. minorsActionStatsTabletStats. splitsMethods in org.apache.accumulo.core.tabletserver.thrift that return ActionStats Modifier and Type Method Description ActionStatsActionStats. deepCopy()ActionStatsTabletStats. getMajors()ActionStatsTabletStats. getMinors()ActionStatsTabletStats. getSplits()ActionStatsActionStats. setCount(long count)ActionStatsActionStats. setElapsed(double elapsed)ActionStatsActionStats. setFail(int fail)ActionStatsActionStats. setNum(int num)ActionStatsActionStats. setQueueSumDev(double queueSumDev)ActionStatsActionStats. setQueueTime(double queueTime)ActionStatsActionStats. setStatus(int status)ActionStatsActionStats. setSumDev(double sumDev)Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type ActionStats Modifier and Type Method Description intActionStats. compareTo(ActionStats other)booleanActionStats. equals(ActionStats that)TabletStatsTabletStats. setMajors(ActionStats majors)TabletStatsTabletStats. setMinors(ActionStats minors)TabletStatsTabletStats. setSplits(ActionStats splits)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ActionStats Constructor Description 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)
-