| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.consensus.outcome |
| Modifier and Type | Method and Description |
|---|---|
Collection<RaftMessages.Directed> |
Outcome.getOutgoingMessages() |
| Modifier and Type | Method and Description |
|---|---|
void |
Outcome.addOutgoingMessage(RaftMessages.Directed message) |
| Constructor and Description |
|---|
Outcome(Role nextRole,
long term,
MemberId leader,
long leaderCommit,
MemberId votedFor,
Set<MemberId> votesForMe,
long lastLogIndexBeforeWeBecameLeader,
FollowerStates<MemberId> followerStates,
boolean renewElectionTimeout,
Collection<RaftLogCommand> logCommands,
Collection<RaftMessages.Directed> outgoingMessages,
Collection<ShipCommand> shipCommands,
long commitIndex) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.