Uses of Interface
org.jgroups.raft.StateMachine
Packages that use StateMachine
Package
Description
-
Uses of StateMachine in org.jgroups.protocols.raft
Fields in org.jgroups.protocols.raft declared as StateMachineMethods in org.jgroups.protocols.raft that return StateMachineMethods in org.jgroups.protocols.raft with parameters of type StateMachine -
Uses of StateMachine in org.jgroups.raft
Methods in org.jgroups.raft that return StateMachineMethods in org.jgroups.raft with parameters of type StateMachineConstructors in org.jgroups.raft with parameters of type StateMachineModifierConstructorDescriptionRaftHandle(org.jgroups.JChannel ch, StateMachine sm) Creates a RaftHandle instance. -
Uses of StateMachine in org.jgroups.raft.blocks
Classes in org.jgroups.raft.blocks that implement StateMachineModifier and TypeClassDescriptionclassProvides a consensus based distributed counter (similar to AtomicLong) which can be atomically updated across a cluster.classA key-value store replicating its contents with RAFT via consensus -
Uses of StateMachine in org.jgroups.raft.util
Classes in org.jgroups.raft.util that implement StateMachineModifier and TypeClassDescriptionclassSample state machine accepting additions and subtractionsclassReplStateMachine<K,V> Dummy replicated hashmap state machine