public class ConsensusModule extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RAFT_MEMBERSHIP_NAME |
static String |
RAFT_TERM_NAME |
static String |
RAFT_VOTE_NAME |
| Constructor and Description |
|---|
ConsensusModule(MemberId myself,
org.neo4j.kernel.impl.factory.PlatformModule platformModule,
Outbound<MemberId,RaftMessages.RaftMessage> outbound,
File clusterStateDirectory,
CoreTopologyService discoveryService) |
| Modifier and Type | Method and Description |
|---|---|
InFlightMap<RaftLogEntry> |
inFlightMap() |
RaftLog |
raftLog() |
RaftMachine |
raftMachine() |
RaftMembershipManager |
raftMembershipManager() |
org.neo4j.kernel.lifecycle.Lifecycle |
raftTimeoutService() |
public static final String RAFT_MEMBERSHIP_NAME
public static final String RAFT_TERM_NAME
public static final String RAFT_VOTE_NAME
public ConsensusModule(MemberId myself, org.neo4j.kernel.impl.factory.PlatformModule platformModule, Outbound<MemberId,RaftMessages.RaftMessage> outbound, File clusterStateDirectory, CoreTopologyService discoveryService)
public RaftLog raftLog()
public RaftMachine raftMachine()
public org.neo4j.kernel.lifecycle.Lifecycle raftTimeoutService()
public RaftMembershipManager raftMembershipManager()
public InFlightMap<RaftLogEntry> inFlightMap()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.