Package org.jgroups.blocks.atomic
Interface CounterView
-
public interface CounterView
A 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 long
get()
void
set(long value)
Sets the counter's value.
-