| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.consensus |
| Modifier and Type | Method and Description |
|---|---|
RaftLogShippingManager |
RaftMachine.logShippingManager() |
| 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) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.