public final class UpdateMetaGroupInfo extends com.google.protobuf.GeneratedMessageV3 implements UpdateMetaGroupInfoOrBuilder
staros.UpdateMetaGroupInfo| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateMetaGroupInfo.Builder
Protobuf type
staros.UpdateMetaGroupInfo |
static class |
UpdateMetaGroupInfo.InfoCase |
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
JOIN_INFO_FIELD_NUMBER |
static int |
QUIT_INFO_FIELD_NUMBER |
static int |
SHARD_GROUP_IDS_FIELD_NUMBER |
static int |
TRANSFER_INFO_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static UpdateMetaGroupInfo |
getDefaultInstance() |
UpdateMetaGroupInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
UpdateMetaGroupInfo.InfoCase |
getInfoCase() |
JoinMetaGroupInfo |
getJoinInfo()
.staros.JoinMetaGroupInfo join_info = 2; |
JoinMetaGroupInfoOrBuilder |
getJoinInfoOrBuilder()
.staros.JoinMetaGroupInfo join_info = 2; |
com.google.protobuf.Parser<UpdateMetaGroupInfo> |
getParserForType() |
QuitMetaGroupInfo |
getQuitInfo()
.staros.QuitMetaGroupInfo quit_info = 3; |
QuitMetaGroupInfoOrBuilder |
getQuitInfoOrBuilder()
.staros.QuitMetaGroupInfo quit_info = 3; |
int |
getSerializedSize() |
long |
getShardGroupIds(int index)
repeated uint64 shard_group_ids = 1; |
int |
getShardGroupIdsCount()
repeated uint64 shard_group_ids = 1; |
java.util.List<java.lang.Long> |
getShardGroupIdsList()
repeated uint64 shard_group_ids = 1; |
TransferMetaGroupInfo |
getTransferInfo()
.staros.TransferMetaGroupInfo transfer_info = 4; |
TransferMetaGroupInfoOrBuilder |
getTransferInfoOrBuilder()
.staros.TransferMetaGroupInfo transfer_info = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasJoinInfo()
.staros.JoinMetaGroupInfo join_info = 2; |
boolean |
hasQuitInfo()
.staros.QuitMetaGroupInfo quit_info = 3; |
boolean |
hasTransferInfo()
.staros.TransferMetaGroupInfo transfer_info = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UpdateMetaGroupInfo.Builder |
newBuilder() |
static UpdateMetaGroupInfo.Builder |
newBuilder(UpdateMetaGroupInfo prototype) |
UpdateMetaGroupInfo.Builder |
newBuilderForType() |
protected UpdateMetaGroupInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UpdateMetaGroupInfo |
parseDelimitedFrom(java.io.InputStream input) |
static UpdateMetaGroupInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateMetaGroupInfo |
parseFrom(byte[] data) |
static UpdateMetaGroupInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateMetaGroupInfo |
parseFrom(java.nio.ByteBuffer data) |
static UpdateMetaGroupInfo |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateMetaGroupInfo |
parseFrom(com.google.protobuf.ByteString data) |
static UpdateMetaGroupInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateMetaGroupInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UpdateMetaGroupInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateMetaGroupInfo |
parseFrom(java.io.InputStream input) |
static UpdateMetaGroupInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UpdateMetaGroupInfo> |
parser() |
UpdateMetaGroupInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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 SHARD_GROUP_IDS_FIELD_NUMBER
public static final int JOIN_INFO_FIELD_NUMBER
public static final int QUIT_INFO_FIELD_NUMBER
public static final int TRANSFER_INFO_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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 UpdateMetaGroupInfo.InfoCase getInfoCase()
getInfoCase in interface UpdateMetaGroupInfoOrBuilderpublic java.util.List<java.lang.Long> getShardGroupIdsList()
repeated uint64 shard_group_ids = 1;getShardGroupIdsList in interface UpdateMetaGroupInfoOrBuilderpublic int getShardGroupIdsCount()
repeated uint64 shard_group_ids = 1;getShardGroupIdsCount in interface UpdateMetaGroupInfoOrBuilderpublic long getShardGroupIds(int index)
repeated uint64 shard_group_ids = 1;getShardGroupIds in interface UpdateMetaGroupInfoOrBuilderindex - The index of the element to return.public boolean hasJoinInfo()
.staros.JoinMetaGroupInfo join_info = 2;hasJoinInfo in interface UpdateMetaGroupInfoOrBuilderpublic JoinMetaGroupInfo getJoinInfo()
.staros.JoinMetaGroupInfo join_info = 2;getJoinInfo in interface UpdateMetaGroupInfoOrBuilderpublic JoinMetaGroupInfoOrBuilder getJoinInfoOrBuilder()
.staros.JoinMetaGroupInfo join_info = 2;getJoinInfoOrBuilder in interface UpdateMetaGroupInfoOrBuilderpublic boolean hasQuitInfo()
.staros.QuitMetaGroupInfo quit_info = 3;hasQuitInfo in interface UpdateMetaGroupInfoOrBuilderpublic QuitMetaGroupInfo getQuitInfo()
.staros.QuitMetaGroupInfo quit_info = 3;getQuitInfo in interface UpdateMetaGroupInfoOrBuilderpublic QuitMetaGroupInfoOrBuilder getQuitInfoOrBuilder()
.staros.QuitMetaGroupInfo quit_info = 3;getQuitInfoOrBuilder in interface UpdateMetaGroupInfoOrBuilderpublic boolean hasTransferInfo()
.staros.TransferMetaGroupInfo transfer_info = 4;hasTransferInfo in interface UpdateMetaGroupInfoOrBuilderpublic TransferMetaGroupInfo getTransferInfo()
.staros.TransferMetaGroupInfo transfer_info = 4;getTransferInfo in interface UpdateMetaGroupInfoOrBuilderpublic TransferMetaGroupInfoOrBuilder getTransferInfoOrBuilder()
.staros.TransferMetaGroupInfo transfer_info = 4;getTransferInfoOrBuilder in interface UpdateMetaGroupInfoOrBuilderpublic 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 UpdateMetaGroupInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateMetaGroupInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateMetaGroupInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateMetaGroupInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateMetaGroupInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateMetaGroupInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateMetaGroupInfo parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UpdateMetaGroupInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UpdateMetaGroupInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UpdateMetaGroupInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UpdateMetaGroupInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UpdateMetaGroupInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic UpdateMetaGroupInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static UpdateMetaGroupInfo.Builder newBuilder()
public static UpdateMetaGroupInfo.Builder newBuilder(UpdateMetaGroupInfo prototype)
public UpdateMetaGroupInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UpdateMetaGroupInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static UpdateMetaGroupInfo getDefaultInstance()
public static com.google.protobuf.Parser<UpdateMetaGroupInfo> parser()
public com.google.protobuf.Parser<UpdateMetaGroupInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public UpdateMetaGroupInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.