ProtocolServer |
MultiPaxosServerFactory.constructSupportingInfrastructureFor(InstanceId me,
org.neo4j.cluster.com.message.MessageSource input,
org.neo4j.cluster.com.message.MessageSender output,
DelayedDirectExecutor executor,
org.neo4j.cluster.timeout.Timeouts timeouts,
Executor stateMachineExecutor,
org.neo4j.cluster.protocol.atomicbroadcast.multipaxos.context.MultiPaxosContext context,
org.neo4j.cluster.statemachine.StateMachine[] machines)
Sets up the supporting infrastructure and communication hooks for our state machines.
|
ProtocolServer |
MultiPaxosServerFactory.newProtocolServer(InstanceId me,
org.neo4j.cluster.com.message.MessageSource input,
org.neo4j.cluster.com.message.MessageSender output,
Executor stateMachineExecutor,
DelayedDirectExecutor executor,
org.neo4j.cluster.timeout.Timeouts timeouts,
org.neo4j.cluster.protocol.atomicbroadcast.multipaxos.context.MultiPaxosContext context,
org.neo4j.cluster.protocol.snapshot.SnapshotContext snapshotContext) |