Uses of Interface
org.jgroups.raft.blocks.RaftAsyncCounter
Packages that use RaftAsyncCounter
-
Uses of RaftAsyncCounter in org.jgroups.raft.blocks
Classes in org.jgroups.raft.blocks that implement RaftAsyncCounterMethods in org.jgroups.raft.blocks that return RaftAsyncCounterModifier and TypeMethodDescriptionAsyncCounterImpl.async()default RaftAsyncCounterRaftAsyncCounter.async()RaftCounter.async()CounterService.asyncCounter(String name) Returns anRaftAsyncCounterinstance of the counter.AsyncCounterImpl.withOptions(Options opts) RaftAsyncCounter.withOptions(Options opts) Methods in org.jgroups.raft.blocks that return types with arguments of type RaftAsyncCounterModifier and TypeMethodDescriptionCounterService.getOrCreateAsyncCounter(String name, long initialValue) Returns an existing counter, or creates a new one if none exists.