| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.consensus.outcome | |
| org.neo4j.causalclustering.core.consensus.shipping |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ShipCommand.applyTo(RaftLogShipper raftLogShipper,
LeaderContext leaderContext) |
void |
ShipCommand.Mismatch.applyTo(RaftLogShipper raftLogShipper,
LeaderContext leaderContext) |
void |
ShipCommand.Match.applyTo(RaftLogShipper raftLogShipper,
LeaderContext leaderContext) |
void |
ShipCommand.NewEntries.applyTo(RaftLogShipper raftLogShipper,
LeaderContext leaderContext) |
void |
ShipCommand.CommitUpdate.applyTo(RaftLogShipper raftLogShipper,
LeaderContext leaderContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
RaftLogShippingManager.handleCommands(Iterable<ShipCommand> shipCommands,
LeaderContext leaderContext) |
void |
RaftLogShipper.onCommitUpdate(LeaderContext leaderContext) |
void |
RaftLogShipper.onMatch(long newMatchIndex,
LeaderContext leaderContext) |
void |
RaftLogShipper.onMismatch(long lastRemoteAppendIndex,
LeaderContext leaderContext) |
void |
RaftLogShipper.onNewEntries(long prevLogIndex,
long prevLogTerm,
RaftLogEntry[] newLogEntries,
LeaderContext leaderContext) |
void |
RaftLogShippingManager.resume(LeaderContext initialLeaderContext)
Resumed when becoming leader.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.