Uses of Class
org.jgroups.raft.blocks.ReplicatedStateMachine
Packages that use ReplicatedStateMachine
-
Uses of ReplicatedStateMachine in org.jgroups.raft.blocks
Methods in org.jgroups.raft.blocks that return ReplicatedStateMachineModifier and TypeMethodDescriptionReplicatedStateMachine.allowDirtyReads(boolean f) ReplicatedStateMachine.timeout(long timeout) ReplicatedStateMachine.useClassLoader(ClassLoader classLoader) -
Uses of ReplicatedStateMachine in org.jgroups.raft.demos
Fields in org.jgroups.raft.demos declared as ReplicatedStateMachineModifier and TypeFieldDescriptionprotected static final ReplicatedStateMachine<String, Object> ProgrammaticRSM.rsmprotected ReplicatedStateMachine<String, Object> ReplicatedStateMachineDemo.rsm