| Modifier and Type | Method and Description |
|---|---|
static <MEMBER> long |
Followers.quorumAppendIndex(Set<MEMBER> votingMembers,
FollowerStates<MEMBER> states) |
| Modifier and Type | Method and Description |
|---|---|
void |
RaftMembershipManager.onFollowerStateChange(FollowerStates<MemberId> followerStates) |
| Modifier and Type | Method and Description |
|---|---|
FollowerStates<MemberId> |
Outcome.getFollowerStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
Outcome.replaceFollowerStates(FollowerStates<MemberId> followerStates) |
| 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 |
|---|---|
FollowerStates<MEMBER> |
FollowerStates.onSuccessResponse(MEMBER member,
long newMatchIndex) |
| Constructor and Description |
|---|
FollowerStates(FollowerStates<MEMBER> original,
MEMBER updatedMember,
FollowerState updatedState) |
| Modifier and Type | Method and Description |
|---|---|
FollowerStates<MemberId> |
ReadableRaftState.followerStates() |
FollowerStates<MemberId> |
RaftState.followerStates() |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.