Package org.jgroups.blocks.atomic
Interface CounterView
-
public interface CounterViewA view representing the counter's state.- Since:
- 5.2
- Author:
- Pedro Ruivo
- 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.
-