Package ome.system.metrics
Interface Counter
-
- All Known Implementing Classes:
DefaultCounter
public interface Counter
Thin wrapper aroundCounter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dec()
long
getCount()
void
inc()
-