org.apache.accumulo.server.tabletserver
Class TabletStatsKeeper
java.lang.Object
org.apache.accumulo.server.tabletserver.TabletStatsKeeper
public class TabletStatsKeeper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabletStatsKeeper
public TabletStatsKeeper()
update
public static void update(ActionStats summary,
ActionStats td)
updateTime
public void updateTime(TabletStatsKeeper.Operation operation,
long queued,
long start,
long count,
boolean failed)
updateTime
public void updateTime(TabletStatsKeeper.Operation operation,
long start,
long count,
boolean failed)
saveMinorTimes
public void saveMinorTimes(TabletStatsKeeper t)
saveMajorTimes
public void saveMajorTimes(TabletStatsKeeper t)
resetTimes
public void resetTimes()
incrementStatusMinor
public void incrementStatusMinor()
incrementStatusMajor
public void incrementStatusMajor()
incrementStatusSplit
public void incrementStatusSplit()
getTabletStats
public TabletStats getTabletStats()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.