| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.consensus | |
| org.neo4j.causalclustering.core.consensus.state | |
| org.neo4j.causalclustering.core.consensus.term |
| Constructor and Description |
|---|
RaftMachine(MemberId myself,
StateStorage<TermState> termStorage,
StateStorage<VoteState> voteStorage,
RaftLog entryLog,
long electionTimeout,
long heartbeatInterval,
RenewableTimeoutService renewableTimeoutService,
Outbound<MemberId,RaftMessages.RaftMessage> outbound,
org.neo4j.logging.LogProvider logProvider,
RaftMembershipManager membershipManager,
RaftLogShippingManager logShipping,
InFlightMap<RaftLogEntry> inFlightMap,
org.neo4j.kernel.monitoring.Monitors monitors) |
| Constructor and Description |
|---|
RaftState(MemberId myself,
StateStorage<TermState> termStorage,
RaftMembership membership,
RaftLog entryLog,
StateStorage<VoteState> voteStorage,
InFlightMap<RaftLogEntry> inFlightMap,
org.neo4j.logging.LogProvider logProvider) |
| Modifier and Type | Method and Description |
|---|---|
TermState |
MonitoredTermStateStorage.getInitialState() |
TermState |
TermState.Marshal.startState() |
| Modifier and Type | Method and Description |
|---|---|
void |
TermState.Marshal.marshal(TermState termState,
org.neo4j.storageengine.api.WritableChannel channel) |
long |
TermState.Marshal.ordinal(TermState state) |
void |
MonitoredTermStateStorage.persistStoreData(TermState state) |
| Constructor and Description |
|---|
MonitoredTermStateStorage(StateStorage<TermState> delegate,
org.neo4j.kernel.monitoring.Monitors monitors) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.