| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.consensus.membership | |
| org.neo4j.causalclustering.core.consensus.outcome |
| Modifier and Type | Method and Description |
|---|---|
void |
RaftMembershipManager.processLog(long commitIndex,
Collection<RaftLogCommand> logCommands) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppendLogEntry |
class |
BatchAppendLogEntries |
class |
PruneLogCommand |
class |
TruncateLogCommand |
| Modifier and Type | Method and Description |
|---|---|
Collection<RaftLogCommand> |
Outcome.getLogCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
Outcome.addLogCommand(RaftLogCommand logCommand) |
| 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.