Package org.apache.accumulo.tserver
Class TabletStatsKeeper
- java.lang.Object
-
- org.apache.accumulo.tserver.TabletStatsKeeper
-
public class TabletStatsKeeper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabletStatsKeeper.Operation
-
Constructor Summary
Constructors Constructor Description TabletStatsKeeper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TabletStatsgetTabletStats()voidincrementStatusMajor()voidincrementStatusMinor()voidsaveMajorMinorTimes(TabletStats t)voidupdateTime(TabletStatsKeeper.Operation operation, long start, boolean failed)voidupdateTime(TabletStatsKeeper.Operation operation, long queued, long start, long count, boolean failed)
-
-
-
Method Detail
-
updateTime
public void updateTime(TabletStatsKeeper.Operation operation, long queued, long start, long count, boolean failed)
-
updateTime
public void updateTime(TabletStatsKeeper.Operation operation, long start, boolean failed)
-
saveMajorMinorTimes
public void saveMajorMinorTimes(TabletStats t)
-
incrementStatusMinor
public void incrementStatusMinor()
-
incrementStatusMajor
public void incrementStatusMajor()
-
getTabletStats
public TabletStats getTabletStats()
-
-