Uses of Interface
io.atomix.primitive.protocol.counter.CounterDelegate
| Package | Description |
|---|---|
| io.atomix.primitive.protocol.counter |
Interfaces for counter-compatible gossip protocols and delegates.
|
-
Uses of CounterDelegate in io.atomix.primitive.protocol.counter
Methods in io.atomix.primitive.protocol.counter that return CounterDelegate Modifier and Type Method Description CounterDelegateCounterProtocol. newCounterDelegate(String name, PrimitiveManagementService managementService)Returns a new counter delegate.