| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.consensus.outcome | |
| org.neo4j.causalclustering.core.consensus.shipping |
| Modifier and Type | Class and Description |
|---|---|
static class |
ShipCommand.CommitUpdate |
static class |
ShipCommand.Match |
static class |
ShipCommand.Mismatch |
static class |
ShipCommand.NewEntries |
| Modifier and Type | Method and Description |
|---|---|
Collection<ShipCommand> |
Outcome.getShipCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
Outcome.addShipCommand(ShipCommand shipCommand) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
RaftLogShippingManager.handleCommands(Iterable<ShipCommand> shipCommands,
LeaderContext leaderContext) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.