Package org.apache.accumulo.core.util
Class StopWatch<K extends Enum<K>>
- java.lang.Object
-
- org.apache.accumulo.core.util.StopWatch<K>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longget(K timer)doublegetSecs(K timer)voidstart(K timer)voidstop(K timer)
-