Uses of Class
org.apache.accumulo.server.tabletserver.TabletStatsKeeper.Operation

Packages that use TabletStatsKeeper.Operation
org.apache.accumulo.server.tabletserver   
 

Uses of TabletStatsKeeper.Operation in org.apache.accumulo.server.tabletserver
 

Methods in org.apache.accumulo.server.tabletserver that return TabletStatsKeeper.Operation
static TabletStatsKeeper.Operation TabletStatsKeeper.Operation.valueOf(java.lang.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.server.tabletserver with parameters of type TabletStatsKeeper.Operation
 void TabletStatsKeeper.updateTime(TabletStatsKeeper.Operation operation, long start, long count, boolean failed)
           
 void TabletStatsKeeper.updateTime(TabletStatsKeeper.Operation operation, long queued, long start, long count, boolean failed)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.