public static interface EloquentRaftProto.RaftMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EloquentRaftProto.AddServerRequest |
getAddServer()
.ai.eloquent.raft.AddServerRequest addServer = 5; |
EloquentRaftProto.AddServerRequestOrBuilder |
getAddServerOrBuilder()
.ai.eloquent.raft.AddServerRequest addServer = 5; |
EloquentRaftProto.AddServerReply |
getAddServerReply()
.ai.eloquent.raft.AddServerReply addServerReply = 11; |
EloquentRaftProto.AddServerReplyOrBuilder |
getAddServerReplyOrBuilder()
.ai.eloquent.raft.AddServerReply addServerReply = 11; |
EloquentRaftProto.AppendEntriesRequest |
getAppendEntries()
-- The Requests
|
EloquentRaftProto.AppendEntriesRequestOrBuilder |
getAppendEntriesOrBuilder()
-- The Requests
|
EloquentRaftProto.AppendEntriesReply |
getAppendEntriesReply()
-- The Replies
|
EloquentRaftProto.AppendEntriesReplyOrBuilder |
getAppendEntriesReplyOrBuilder()
-- The Replies
|
EloquentRaftProto.ApplyTransitionRequest |
getApplyTransition()
.ai.eloquent.raft.ApplyTransitionRequest applyTransition = 4; |
EloquentRaftProto.ApplyTransitionRequestOrBuilder |
getApplyTransitionOrBuilder()
.ai.eloquent.raft.ApplyTransitionRequest applyTransition = 4; |
EloquentRaftProto.ApplyTransitionReply |
getApplyTransitionReply()
.ai.eloquent.raft.ApplyTransitionReply applyTransitionReply = 10; |
EloquentRaftProto.ApplyTransitionReplyOrBuilder |
getApplyTransitionReplyOrBuilder()
.ai.eloquent.raft.ApplyTransitionReply applyTransitionReply = 10; |
EloquentRaftProto.RaftMessage.ContentsCase |
getContentsCase() |
EloquentRaftProto.InstallSnapshotRequest |
getInstallSnapshot()
.ai.eloquent.raft.InstallSnapshotRequest installSnapshot = 7; |
EloquentRaftProto.InstallSnapshotRequestOrBuilder |
getInstallSnapshotOrBuilder()
.ai.eloquent.raft.InstallSnapshotRequest installSnapshot = 7; |
EloquentRaftProto.InstallSnapshotReply |
getInstallSnapshotReply()
.ai.eloquent.raft.InstallSnapshotReply installSnapshotReply = 13; |
EloquentRaftProto.InstallSnapshotReplyOrBuilder |
getInstallSnapshotReplyOrBuilder()
.ai.eloquent.raft.InstallSnapshotReply installSnapshotReply = 13; |
boolean |
getIsRPC()
If true, we are expecting a response to this request over the RPC channel.
|
EloquentRaftProto.RemoveServerRequest |
getRemoveServer()
.ai.eloquent.raft.RemoveServerRequest removeServer = 6; |
EloquentRaftProto.RemoveServerRequestOrBuilder |
getRemoveServerOrBuilder()
.ai.eloquent.raft.RemoveServerRequest removeServer = 6; |
EloquentRaftProto.RemoveServerReply |
getRemoveServerReply()
.ai.eloquent.raft.RemoveServerReply removeServerReply = 12; |
EloquentRaftProto.RemoveServerReplyOrBuilder |
getRemoveServerReplyOrBuilder()
.ai.eloquent.raft.RemoveServerReply removeServerReply = 12; |
EloquentRaftProto.RequestVoteRequest |
getRequestVotes()
.ai.eloquent.raft.RequestVoteRequest requestVotes = 3; |
EloquentRaftProto.RequestVoteRequestOrBuilder |
getRequestVotesOrBuilder()
.ai.eloquent.raft.RequestVoteRequest requestVotes = 3; |
EloquentRaftProto.RequestVoteReply |
getRequestVotesReply()
.ai.eloquent.raft.RequestVoteReply requestVotesReply = 9; |
EloquentRaftProto.RequestVoteReplyOrBuilder |
getRequestVotesReplyOrBuilder()
.ai.eloquent.raft.RequestVoteReply requestVotesReply = 9; |
java.lang.String |
getSender()
The name of the node that sent this message.
|
com.google.protobuf.ByteString |
getSenderBytes()
The name of the node that sent this message.
|
boolean |
hasAddServer()
.ai.eloquent.raft.AddServerRequest addServer = 5; |
boolean |
hasAddServerReply()
.ai.eloquent.raft.AddServerReply addServerReply = 11; |
boolean |
hasAppendEntries()
-- The Requests
|
boolean |
hasAppendEntriesReply()
-- The Replies
|
boolean |
hasApplyTransition()
.ai.eloquent.raft.ApplyTransitionRequest applyTransition = 4; |
boolean |
hasApplyTransitionReply()
.ai.eloquent.raft.ApplyTransitionReply applyTransitionReply = 10; |
boolean |
hasInstallSnapshot()
.ai.eloquent.raft.InstallSnapshotRequest installSnapshot = 7; |
boolean |
hasInstallSnapshotReply()
.ai.eloquent.raft.InstallSnapshotReply installSnapshotReply = 13; |
boolean |
hasRemoveServer()
.ai.eloquent.raft.RemoveServerRequest removeServer = 6; |
boolean |
hasRemoveServerReply()
.ai.eloquent.raft.RemoveServerReply removeServerReply = 12; |
boolean |
hasRequestVotes()
.ai.eloquent.raft.RequestVoteRequest requestVotes = 3; |
boolean |
hasRequestVotesReply()
.ai.eloquent.raft.RequestVoteReply requestVotesReply = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getIsRPC()
If true, we are expecting a response to this request over the RPC channel.
bool isRPC = 1;boolean hasAppendEntries()
-- The Requests
.ai.eloquent.raft.AppendEntriesRequest appendEntries = 2;EloquentRaftProto.AppendEntriesRequest getAppendEntries()
-- The Requests
.ai.eloquent.raft.AppendEntriesRequest appendEntries = 2;EloquentRaftProto.AppendEntriesRequestOrBuilder getAppendEntriesOrBuilder()
-- The Requests
.ai.eloquent.raft.AppendEntriesRequest appendEntries = 2;boolean hasRequestVotes()
.ai.eloquent.raft.RequestVoteRequest requestVotes = 3;EloquentRaftProto.RequestVoteRequest getRequestVotes()
.ai.eloquent.raft.RequestVoteRequest requestVotes = 3;EloquentRaftProto.RequestVoteRequestOrBuilder getRequestVotesOrBuilder()
.ai.eloquent.raft.RequestVoteRequest requestVotes = 3;boolean hasApplyTransition()
.ai.eloquent.raft.ApplyTransitionRequest applyTransition = 4;EloquentRaftProto.ApplyTransitionRequest getApplyTransition()
.ai.eloquent.raft.ApplyTransitionRequest applyTransition = 4;EloquentRaftProto.ApplyTransitionRequestOrBuilder getApplyTransitionOrBuilder()
.ai.eloquent.raft.ApplyTransitionRequest applyTransition = 4;boolean hasAddServer()
.ai.eloquent.raft.AddServerRequest addServer = 5;EloquentRaftProto.AddServerRequest getAddServer()
.ai.eloquent.raft.AddServerRequest addServer = 5;EloquentRaftProto.AddServerRequestOrBuilder getAddServerOrBuilder()
.ai.eloquent.raft.AddServerRequest addServer = 5;boolean hasRemoveServer()
.ai.eloquent.raft.RemoveServerRequest removeServer = 6;EloquentRaftProto.RemoveServerRequest getRemoveServer()
.ai.eloquent.raft.RemoveServerRequest removeServer = 6;EloquentRaftProto.RemoveServerRequestOrBuilder getRemoveServerOrBuilder()
.ai.eloquent.raft.RemoveServerRequest removeServer = 6;boolean hasInstallSnapshot()
.ai.eloquent.raft.InstallSnapshotRequest installSnapshot = 7;EloquentRaftProto.InstallSnapshotRequest getInstallSnapshot()
.ai.eloquent.raft.InstallSnapshotRequest installSnapshot = 7;EloquentRaftProto.InstallSnapshotRequestOrBuilder getInstallSnapshotOrBuilder()
.ai.eloquent.raft.InstallSnapshotRequest installSnapshot = 7;boolean hasAppendEntriesReply()
-- The Replies
.ai.eloquent.raft.AppendEntriesReply appendEntriesReply = 8;EloquentRaftProto.AppendEntriesReply getAppendEntriesReply()
-- The Replies
.ai.eloquent.raft.AppendEntriesReply appendEntriesReply = 8;EloquentRaftProto.AppendEntriesReplyOrBuilder getAppendEntriesReplyOrBuilder()
-- The Replies
.ai.eloquent.raft.AppendEntriesReply appendEntriesReply = 8;boolean hasRequestVotesReply()
.ai.eloquent.raft.RequestVoteReply requestVotesReply = 9;EloquentRaftProto.RequestVoteReply getRequestVotesReply()
.ai.eloquent.raft.RequestVoteReply requestVotesReply = 9;EloquentRaftProto.RequestVoteReplyOrBuilder getRequestVotesReplyOrBuilder()
.ai.eloquent.raft.RequestVoteReply requestVotesReply = 9;boolean hasApplyTransitionReply()
.ai.eloquent.raft.ApplyTransitionReply applyTransitionReply = 10;EloquentRaftProto.ApplyTransitionReply getApplyTransitionReply()
.ai.eloquent.raft.ApplyTransitionReply applyTransitionReply = 10;EloquentRaftProto.ApplyTransitionReplyOrBuilder getApplyTransitionReplyOrBuilder()
.ai.eloquent.raft.ApplyTransitionReply applyTransitionReply = 10;boolean hasAddServerReply()
.ai.eloquent.raft.AddServerReply addServerReply = 11;EloquentRaftProto.AddServerReply getAddServerReply()
.ai.eloquent.raft.AddServerReply addServerReply = 11;EloquentRaftProto.AddServerReplyOrBuilder getAddServerReplyOrBuilder()
.ai.eloquent.raft.AddServerReply addServerReply = 11;boolean hasRemoveServerReply()
.ai.eloquent.raft.RemoveServerReply removeServerReply = 12;EloquentRaftProto.RemoveServerReply getRemoveServerReply()
.ai.eloquent.raft.RemoveServerReply removeServerReply = 12;EloquentRaftProto.RemoveServerReplyOrBuilder getRemoveServerReplyOrBuilder()
.ai.eloquent.raft.RemoveServerReply removeServerReply = 12;boolean hasInstallSnapshotReply()
.ai.eloquent.raft.InstallSnapshotReply installSnapshotReply = 13;EloquentRaftProto.InstallSnapshotReply getInstallSnapshotReply()
.ai.eloquent.raft.InstallSnapshotReply installSnapshotReply = 13;EloquentRaftProto.InstallSnapshotReplyOrBuilder getInstallSnapshotReplyOrBuilder()
.ai.eloquent.raft.InstallSnapshotReply installSnapshotReply = 13;java.lang.String getSender()
The name of the node that sent this message.
string sender = 14;com.google.protobuf.ByteString getSenderBytes()
The name of the node that sent this message.
string sender = 14;EloquentRaftProto.RaftMessage.ContentsCase getContentsCase()