Package org.jgroups.blocks.atomic
-
Interface Summary Interface Description AsyncCounter An asynchronous counter interface.BaseCounter Base interface for all countersCounter Deprecated. Since 5.2 and to be removed in a future version.CounterFunction<T extends Streamable> A function to updateAsyncCounter
orSyncCounter
.CounterView A view representing the counter's state.SyncCounter A synchronous counter interface -
Class Summary Class Description CounterService Provides a distributed counter (similar to AtomicLong) which can be atomically updated across a cluster.