| Package | Description |
|---|---|
| org.neo4j.cluster |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
StateMachines(org.neo4j.logging.LogProvider logProvider,
StateMachines.Monitor monitor,
org.neo4j.cluster.com.message.MessageSource source,
org.neo4j.cluster.com.message.MessageSender sender,
org.neo4j.cluster.timeout.Timeouts timeouts,
DelayedDirectExecutor executor,
Executor stateMachineExecutor,
InstanceId instanceId) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.