Package org.jgroups.raft.demos
Class ProgrammaticRSM
java.lang.Object
org.jgroups.raft.demos.ProgrammaticRSM
Demos
ReplicatedStateMachine. Option -members defines the set of members (supposed to be static across
all nodes). Option -name needs to name one of the members.- Since:
- 1.0.0
- Author:
- Bela Ban
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.jgroups.JChannelcreate(boolean udp) protected static voiddumpLog()protected static longprotected static voidprotected static longlogSize()protected static voidloop()static voidprotected static voidprotected static Stringprotected static void
-
Field Details
-
ch
protected static final org.jgroups.JChannel ch -
rsm
-
h
protected static final org.jgroups.stack.NonReflectiveProbeHandler h
-
-
Constructor Details
-
ProgrammaticRSM
public ProgrammaticRSM()
-
-
Method Details