public static final class EloquentRaftProto.RaftMessage extends com.google.protobuf.GeneratedMessageV3 implements EloquentRaftProto.RaftMessageOrBuilder
A common class for all sorts of Raft requests, wrapped in relevant metadata.Protobuf type
ai.eloquent.raft.RaftMessage| Modifier and Type | Class and Description |
|---|---|
static class |
EloquentRaftProto.RaftMessage.Builder
A common class for all sorts of Raft requests, wrapped in relevant
metadata.
|
static class |
EloquentRaftProto.RaftMessage.ContentsCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ADDSERVER_FIELD_NUMBER |
static int |
ADDSERVERREPLY_FIELD_NUMBER |
static int |
APPENDENTRIES_FIELD_NUMBER |
static int |
APPENDENTRIESREPLY_FIELD_NUMBER |
static int |
APPLYTRANSITION_FIELD_NUMBER |
static int |
APPLYTRANSITIONREPLY_FIELD_NUMBER |
static int |
INSTALLSNAPSHOT_FIELD_NUMBER |
static int |
INSTALLSNAPSHOTREPLY_FIELD_NUMBER |
static int |
ISRPC_FIELD_NUMBER |
static int |
REMOVESERVER_FIELD_NUMBER |
static int |
REMOVESERVERREPLY_FIELD_NUMBER |
static int |
REQUESTVOTES_FIELD_NUMBER |
static int |
REQUESTVOTESREPLY_FIELD_NUMBER |
static int |
SENDER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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() |
static EloquentRaftProto.RaftMessage |
getDefaultInstance() |
EloquentRaftProto.RaftMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<EloquentRaftProto.RaftMessage> |
getParserForType() |
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.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EloquentRaftProto.RaftMessage.Builder |
newBuilder() |
static EloquentRaftProto.RaftMessage.Builder |
newBuilder(EloquentRaftProto.RaftMessage prototype) |
EloquentRaftProto.RaftMessage.Builder |
newBuilderForType() |
protected EloquentRaftProto.RaftMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static EloquentRaftProto.RaftMessage |
parseDelimitedFrom(java.io.InputStream input) |
static EloquentRaftProto.RaftMessage |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EloquentRaftProto.RaftMessage |
parseFrom(byte[] data) |
static EloquentRaftProto.RaftMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EloquentRaftProto.RaftMessage |
parseFrom(java.nio.ByteBuffer data) |
static EloquentRaftProto.RaftMessage |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EloquentRaftProto.RaftMessage |
parseFrom(com.google.protobuf.ByteString data) |
static EloquentRaftProto.RaftMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EloquentRaftProto.RaftMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EloquentRaftProto.RaftMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EloquentRaftProto.RaftMessage |
parseFrom(java.io.InputStream input) |
static EloquentRaftProto.RaftMessage |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EloquentRaftProto.RaftMessage> |
parser() |
EloquentRaftProto.RaftMessage.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ISRPC_FIELD_NUMBER
public static final int APPENDENTRIES_FIELD_NUMBER
public static final int REQUESTVOTES_FIELD_NUMBER
public static final int APPLYTRANSITION_FIELD_NUMBER
public static final int ADDSERVER_FIELD_NUMBER
public static final int REMOVESERVER_FIELD_NUMBER
public static final int INSTALLSNAPSHOT_FIELD_NUMBER
public static final int APPENDENTRIESREPLY_FIELD_NUMBER
public static final int REQUESTVOTESREPLY_FIELD_NUMBER
public static final int APPLYTRANSITIONREPLY_FIELD_NUMBER
public static final int ADDSERVERREPLY_FIELD_NUMBER
public static final int REMOVESERVERREPLY_FIELD_NUMBER
public static final int INSTALLSNAPSHOTREPLY_FIELD_NUMBER
public static final int SENDER_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public EloquentRaftProto.RaftMessage.ContentsCase getContentsCase()
getContentsCase in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean getIsRPC()
If true, we are expecting a response to this request over the RPC channel.
bool isRPC = 1;getIsRPC in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasAppendEntries()
-- The Requests
.ai.eloquent.raft.AppendEntriesRequest appendEntries = 2;hasAppendEntries in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.AppendEntriesRequest getAppendEntries()
-- The Requests
.ai.eloquent.raft.AppendEntriesRequest appendEntries = 2;getAppendEntries in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.AppendEntriesRequestOrBuilder getAppendEntriesOrBuilder()
-- The Requests
.ai.eloquent.raft.AppendEntriesRequest appendEntries = 2;getAppendEntriesOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasRequestVotes()
.ai.eloquent.raft.RequestVoteRequest requestVotes = 3;hasRequestVotes in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.RequestVoteRequest getRequestVotes()
.ai.eloquent.raft.RequestVoteRequest requestVotes = 3;getRequestVotes in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.RequestVoteRequestOrBuilder getRequestVotesOrBuilder()
.ai.eloquent.raft.RequestVoteRequest requestVotes = 3;getRequestVotesOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasApplyTransition()
.ai.eloquent.raft.ApplyTransitionRequest applyTransition = 4;hasApplyTransition in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.ApplyTransitionRequest getApplyTransition()
.ai.eloquent.raft.ApplyTransitionRequest applyTransition = 4;getApplyTransition in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.ApplyTransitionRequestOrBuilder getApplyTransitionOrBuilder()
.ai.eloquent.raft.ApplyTransitionRequest applyTransition = 4;getApplyTransitionOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasAddServer()
.ai.eloquent.raft.AddServerRequest addServer = 5;hasAddServer in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.AddServerRequest getAddServer()
.ai.eloquent.raft.AddServerRequest addServer = 5;getAddServer in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.AddServerRequestOrBuilder getAddServerOrBuilder()
.ai.eloquent.raft.AddServerRequest addServer = 5;getAddServerOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasRemoveServer()
.ai.eloquent.raft.RemoveServerRequest removeServer = 6;hasRemoveServer in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.RemoveServerRequest getRemoveServer()
.ai.eloquent.raft.RemoveServerRequest removeServer = 6;getRemoveServer in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.RemoveServerRequestOrBuilder getRemoveServerOrBuilder()
.ai.eloquent.raft.RemoveServerRequest removeServer = 6;getRemoveServerOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasInstallSnapshot()
.ai.eloquent.raft.InstallSnapshotRequest installSnapshot = 7;hasInstallSnapshot in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.InstallSnapshotRequest getInstallSnapshot()
.ai.eloquent.raft.InstallSnapshotRequest installSnapshot = 7;getInstallSnapshot in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.InstallSnapshotRequestOrBuilder getInstallSnapshotOrBuilder()
.ai.eloquent.raft.InstallSnapshotRequest installSnapshot = 7;getInstallSnapshotOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasAppendEntriesReply()
-- The Replies
.ai.eloquent.raft.AppendEntriesReply appendEntriesReply = 8;hasAppendEntriesReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.AppendEntriesReply getAppendEntriesReply()
-- The Replies
.ai.eloquent.raft.AppendEntriesReply appendEntriesReply = 8;getAppendEntriesReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.AppendEntriesReplyOrBuilder getAppendEntriesReplyOrBuilder()
-- The Replies
.ai.eloquent.raft.AppendEntriesReply appendEntriesReply = 8;getAppendEntriesReplyOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasRequestVotesReply()
.ai.eloquent.raft.RequestVoteReply requestVotesReply = 9;hasRequestVotesReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.RequestVoteReply getRequestVotesReply()
.ai.eloquent.raft.RequestVoteReply requestVotesReply = 9;getRequestVotesReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.RequestVoteReplyOrBuilder getRequestVotesReplyOrBuilder()
.ai.eloquent.raft.RequestVoteReply requestVotesReply = 9;getRequestVotesReplyOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasApplyTransitionReply()
.ai.eloquent.raft.ApplyTransitionReply applyTransitionReply = 10;hasApplyTransitionReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.ApplyTransitionReply getApplyTransitionReply()
.ai.eloquent.raft.ApplyTransitionReply applyTransitionReply = 10;getApplyTransitionReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.ApplyTransitionReplyOrBuilder getApplyTransitionReplyOrBuilder()
.ai.eloquent.raft.ApplyTransitionReply applyTransitionReply = 10;getApplyTransitionReplyOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasAddServerReply()
.ai.eloquent.raft.AddServerReply addServerReply = 11;hasAddServerReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.AddServerReply getAddServerReply()
.ai.eloquent.raft.AddServerReply addServerReply = 11;getAddServerReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.AddServerReplyOrBuilder getAddServerReplyOrBuilder()
.ai.eloquent.raft.AddServerReply addServerReply = 11;getAddServerReplyOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasRemoveServerReply()
.ai.eloquent.raft.RemoveServerReply removeServerReply = 12;hasRemoveServerReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.RemoveServerReply getRemoveServerReply()
.ai.eloquent.raft.RemoveServerReply removeServerReply = 12;getRemoveServerReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.RemoveServerReplyOrBuilder getRemoveServerReplyOrBuilder()
.ai.eloquent.raft.RemoveServerReply removeServerReply = 12;getRemoveServerReplyOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic boolean hasInstallSnapshotReply()
.ai.eloquent.raft.InstallSnapshotReply installSnapshotReply = 13;hasInstallSnapshotReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.InstallSnapshotReply getInstallSnapshotReply()
.ai.eloquent.raft.InstallSnapshotReply installSnapshotReply = 13;getInstallSnapshotReply in interface EloquentRaftProto.RaftMessageOrBuilderpublic EloquentRaftProto.InstallSnapshotReplyOrBuilder getInstallSnapshotReplyOrBuilder()
.ai.eloquent.raft.InstallSnapshotReply installSnapshotReply = 13;getInstallSnapshotReplyOrBuilder in interface EloquentRaftProto.RaftMessageOrBuilderpublic java.lang.String getSender()
The name of the node that sent this message.
string sender = 14;getSender in interface EloquentRaftProto.RaftMessageOrBuilderpublic com.google.protobuf.ByteString getSenderBytes()
The name of the node that sent this message.
string sender = 14;getSenderBytes in interface EloquentRaftProto.RaftMessageOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static EloquentRaftProto.RaftMessage parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EloquentRaftProto.RaftMessage parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EloquentRaftProto.RaftMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EloquentRaftProto.RaftMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EloquentRaftProto.RaftMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EloquentRaftProto.RaftMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EloquentRaftProto.RaftMessage parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static EloquentRaftProto.RaftMessage parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static EloquentRaftProto.RaftMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static EloquentRaftProto.RaftMessage parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static EloquentRaftProto.RaftMessage parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static EloquentRaftProto.RaftMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic EloquentRaftProto.RaftMessage.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static EloquentRaftProto.RaftMessage.Builder newBuilder()
public static EloquentRaftProto.RaftMessage.Builder newBuilder(EloquentRaftProto.RaftMessage prototype)
public EloquentRaftProto.RaftMessage.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected EloquentRaftProto.RaftMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static EloquentRaftProto.RaftMessage getDefaultInstance()
public static com.google.protobuf.Parser<EloquentRaftProto.RaftMessage> parser()
public com.google.protobuf.Parser<EloquentRaftProto.RaftMessage> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public EloquentRaftProto.RaftMessage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder