Uses of Class
org.apache.accumulo.tserver.TabletStatsKeeper.Operation
-
Packages that use TabletStatsKeeper.Operation Package Description org.apache.accumulo.tserver -
-
Uses of TabletStatsKeeper.Operation in org.apache.accumulo.tserver
Methods in org.apache.accumulo.tserver that return TabletStatsKeeper.Operation Modifier and Type Method Description static TabletStatsKeeper.OperationTabletStatsKeeper.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static TabletStatsKeeper.Operation[]TabletStatsKeeper.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.tserver with parameters of type TabletStatsKeeper.Operation Modifier and Type Method Description voidTabletStatsKeeper. updateTime(TabletStatsKeeper.Operation operation, long start, boolean failed)voidTabletStatsKeeper. updateTime(TabletStatsKeeper.Operation operation, long queued, long start, long count, boolean failed)
-