Package org.jgroups.blocks.atomic
Interface CounterView
-
- All Known Implementing Classes:
COUNTER.CounterViewImpl
public interface CounterViewA view representing the counter's state.- Since:
- 5.2
- See Also:
CounterFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longget()voidset(long value)Sets the counter's value.
-