Package org.jctools.counters
Interface Counter
-
- All Known Implementing Classes:
FixedSizeStripedLongCounter
public interface Counter
Base counter interface.- Author:
- Tolstopyatov Vsevolod
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
get()
long
getAndReset()
void
inc()
void
inc(long delta)
-