org.apache.accumulo.server.tabletserver
public class TabletStatsKeeper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TabletStatsKeeper.Operation |
Constructor and Description |
---|
TabletStatsKeeper() |
Modifier and Type | Method and Description |
---|---|
TabletStats |
getTabletStats() |
void |
incrementStatusMajor() |
void |
incrementStatusMinor() |
void |
incrementStatusSplit() |
void |
resetTimes() |
void |
saveMajorTimes(TabletStatsKeeper t) |
void |
saveMinorTimes(TabletStatsKeeper t) |
static void |
update(ActionStats summary,
ActionStats td) |
void |
updateTime(TabletStatsKeeper.Operation operation,
long start,
long count,
boolean failed) |
void |
updateTime(TabletStatsKeeper.Operation operation,
long queued,
long start,
long count,
boolean failed) |
public static void update(ActionStats summary, ActionStats td)
public void updateTime(TabletStatsKeeper.Operation operation, long queued, long start, long count, boolean failed)
public void updateTime(TabletStatsKeeper.Operation operation, long start, long count, boolean failed)
public void saveMinorTimes(TabletStatsKeeper t)
public void saveMajorTimes(TabletStatsKeeper t)
public void resetTimes()
public void incrementStatusMinor()
public void incrementStatusMajor()
public void incrementStatusSplit()
public TabletStats getTabletStats()
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.