public static final class Rpc.StatusResponse extends com.google.protobuf.GeneratedMessageV3 implements Rpc.StatusResponseOrBuilder
etcdserverpb.StatusResponse| 限定符和类型 | 类和说明 |
|---|---|
static class |
Rpc.StatusResponse.Builder
Protobuf type
etcdserverpb.StatusResponse |
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| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DBSIZE_FIELD_NUMBER |
static int |
HEADER_FIELD_NUMBER |
static int |
LEADER_FIELD_NUMBER |
static int |
RAFTINDEX_FIELD_NUMBER |
static int |
RAFTTERM_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
long |
getDbSize()
dbSize is the size of the backend database, in bytes, of the responding member.
|
static Rpc.StatusResponse |
getDefaultInstance() |
Rpc.StatusResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Rpc.ResponseHeader |
getHeader()
.etcdserverpb.ResponseHeader header = 1; |
Rpc.ResponseHeaderOrBuilder |
getHeaderOrBuilder()
.etcdserverpb.ResponseHeader header = 1; |
long |
getLeader()
leader is the member ID which the responding member believes is the current leader.
|
com.google.protobuf.Parser<Rpc.StatusResponse> |
getParserForType() |
long |
getRaftIndex()
raftIndex is the current raft index of the responding member.
|
long |
getRaftTerm()
raftTerm is the current raft term of the responding member.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVersion()
version is the cluster protocol version used by the responding member.
|
com.google.protobuf.ByteString |
getVersionBytes()
version is the cluster protocol version used by the responding member.
|
int |
hashCode() |
boolean |
hasHeader()
.etcdserverpb.ResponseHeader header = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Rpc.StatusResponse.Builder |
newBuilder() |
static Rpc.StatusResponse.Builder |
newBuilder(Rpc.StatusResponse prototype) |
Rpc.StatusResponse.Builder |
newBuilderForType() |
protected Rpc.StatusResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Rpc.StatusResponse |
parseDelimitedFrom(InputStream input) |
static Rpc.StatusResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.StatusResponse |
parseFrom(byte[] data) |
static Rpc.StatusResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.StatusResponse |
parseFrom(ByteBuffer data) |
static Rpc.StatusResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.StatusResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Rpc.StatusResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.StatusResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Rpc.StatusResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.StatusResponse |
parseFrom(InputStream input) |
static Rpc.StatusResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Rpc.StatusResponse> |
parser() |
Rpc.StatusResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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, writeTopublic static final int HEADER_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int DBSIZE_FIELD_NUMBER
public static final int LEADER_FIELD_NUMBER
public static final int RAFTINDEX_FIELD_NUMBER
public static final int RAFTTERM_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public boolean hasHeader()
.etcdserverpb.ResponseHeader header = 1;hasHeader 在接口中 Rpc.StatusResponseOrBuilderpublic Rpc.ResponseHeader getHeader()
.etcdserverpb.ResponseHeader header = 1;getHeader 在接口中 Rpc.StatusResponseOrBuilderpublic Rpc.ResponseHeaderOrBuilder getHeaderOrBuilder()
.etcdserverpb.ResponseHeader header = 1;public String getVersion()
version is the cluster protocol version used by the responding member.
string version = 2;getVersion 在接口中 Rpc.StatusResponseOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
version is the cluster protocol version used by the responding member.
string version = 2;getVersionBytes 在接口中 Rpc.StatusResponseOrBuilderpublic long getDbSize()
dbSize is the size of the backend database, in bytes, of the responding member.
int64 dbSize = 3;getDbSize 在接口中 Rpc.StatusResponseOrBuilderpublic long getLeader()
leader is the member ID which the responding member believes is the current leader.
uint64 leader = 4;getLeader 在接口中 Rpc.StatusResponseOrBuilderpublic long getRaftIndex()
raftIndex is the current raft index of the responding member.
uint64 raftIndex = 5;getRaftIndex 在接口中 Rpc.StatusResponseOrBuilderpublic long getRaftTerm()
raftTerm is the current raft term of the responding member.
uint64 raftTerm = 6;getRaftTerm 在接口中 Rpc.StatusResponseOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Rpc.StatusResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Rpc.StatusResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Rpc.StatusResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Rpc.StatusResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Rpc.StatusResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Rpc.StatusResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Rpc.StatusResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static Rpc.StatusResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Rpc.StatusResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Rpc.StatusResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Rpc.StatusResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Rpc.StatusResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Rpc.StatusResponse.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Rpc.StatusResponse.Builder newBuilder()
public static Rpc.StatusResponse.Builder newBuilder(Rpc.StatusResponse prototype)
public Rpc.StatusResponse.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Rpc.StatusResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static Rpc.StatusResponse getDefaultInstance()
public static com.google.protobuf.Parser<Rpc.StatusResponse> parser()
public com.google.protobuf.Parser<Rpc.StatusResponse> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Rpc.StatusResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2018. All rights reserved.