public static final class GlobalTable.PhyTable.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<GlobalTable.PhyTable.Builder> implements GlobalTable.PhyTableOrBuilder
com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable| 限定符和类型 | 方法和说明 |
|---|---|
GlobalTable.PhyTable |
build() |
GlobalTable.PhyTable |
buildPartial() |
GlobalTable.PhyTable.Builder |
clear() |
GlobalTable.PhyTable.Builder |
clearEndpoint()
optional string endpoint = 9; |
GlobalTable.PhyTable.Builder |
clearInstanceName()
required string instanceName = 2; |
GlobalTable.PhyTable.Builder |
clearIsFailed()
optional bool isFailed = 12; |
GlobalTable.PhyTable.Builder |
clearMessage()
optional string message = 13; |
GlobalTable.PhyTable.Builder |
clearMetaVersion()
optional int64 metaVersion = 11; |
GlobalTable.PhyTable.Builder |
clearRegionId()
required string regionId = 1; |
GlobalTable.PhyTable.Builder |
clearRole()
optional string role = 14; |
GlobalTable.PhyTable.Builder |
clearRpoNanos()
optional int64 rpoNanos = 15; |
GlobalTable.PhyTable.Builder |
clearStage()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.SyncStage stage = 10; |
GlobalTable.PhyTable.Builder |
clearStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTableStatus status = 5; |
GlobalTable.PhyTable.Builder |
clearStatusTimestamp()
optional int64 statusTimestamp = 6; |
GlobalTable.PhyTable.Builder |
clearTableHashKey()
optional int32 tableHashKey = 8; |
GlobalTable.PhyTable.Builder |
clearTableId()
optional string tableId = 7; |
GlobalTable.PhyTable.Builder |
clearTableName()
required string tableName = 3; |
GlobalTable.PhyTable.Builder |
clearWritable()
required bool writable = 4; |
GlobalTable.PhyTable |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getEndpoint()
optional string endpoint = 9; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getEndpointBytes()
optional string endpoint = 9; |
String |
getInstanceName()
required string instanceName = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getInstanceNameBytes()
required string instanceName = 2; |
boolean |
getIsFailed()
optional bool isFailed = 12; |
String |
getMessage()
optional string message = 13; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 13; |
long |
getMetaVersion()
optional int64 metaVersion = 11; |
String |
getRegionId()
required string regionId = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getRegionIdBytes()
required string regionId = 1; |
String |
getRole()
optional string role = 14; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getRoleBytes()
optional string role = 14; |
long |
getRpoNanos()
optional int64 rpoNanos = 15; |
GlobalTable.SyncStage |
getStage()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.SyncStage stage = 10; |
GlobalTable.PhyTableStatus |
getStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTableStatus status = 5; |
long |
getStatusTimestamp()
optional int64 statusTimestamp = 6; |
int |
getTableHashKey()
optional int32 tableHashKey = 8; |
String |
getTableId()
optional string tableId = 7; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableIdBytes()
optional string tableId = 7; |
String |
getTableName()
required string tableName = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string tableName = 3; |
boolean |
getWritable()
required bool writable = 4; |
boolean |
hasEndpoint()
optional string endpoint = 9; |
boolean |
hasInstanceName()
required string instanceName = 2; |
boolean |
hasIsFailed()
optional bool isFailed = 12; |
boolean |
hasMessage()
optional string message = 13; |
boolean |
hasMetaVersion()
optional int64 metaVersion = 11; |
boolean |
hasRegionId()
required string regionId = 1; |
boolean |
hasRole()
optional string role = 14; |
boolean |
hasRpoNanos()
optional int64 rpoNanos = 15; |
boolean |
hasStage()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.SyncStage stage = 10; |
boolean |
hasStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTableStatus status = 5; |
boolean |
hasStatusTimestamp()
optional int64 statusTimestamp = 6; |
boolean |
hasTableHashKey()
optional int32 tableHashKey = 8; |
boolean |
hasTableId()
optional string tableId = 7; |
boolean |
hasTableName()
required string tableName = 3; |
boolean |
hasWritable()
required bool writable = 4; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GlobalTable.PhyTable.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GlobalTable.PhyTable.Builder |
mergeFrom(GlobalTable.PhyTable other) |
GlobalTable.PhyTable.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
GlobalTable.PhyTable.Builder |
setEndpoint(String value)
optional string endpoint = 9; |
GlobalTable.PhyTable.Builder |
setEndpointBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string endpoint = 9; |
GlobalTable.PhyTable.Builder |
setInstanceName(String value)
required string instanceName = 2; |
GlobalTable.PhyTable.Builder |
setInstanceNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string instanceName = 2; |
GlobalTable.PhyTable.Builder |
setIsFailed(boolean value)
optional bool isFailed = 12; |
GlobalTable.PhyTable.Builder |
setMessage(String value)
optional string message = 13; |
GlobalTable.PhyTable.Builder |
setMessageBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string message = 13; |
GlobalTable.PhyTable.Builder |
setMetaVersion(long value)
optional int64 metaVersion = 11; |
GlobalTable.PhyTable.Builder |
setRegionId(String value)
required string regionId = 1; |
GlobalTable.PhyTable.Builder |
setRegionIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string regionId = 1; |
GlobalTable.PhyTable.Builder |
setRole(String value)
optional string role = 14; |
GlobalTable.PhyTable.Builder |
setRoleBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string role = 14; |
GlobalTable.PhyTable.Builder |
setRpoNanos(long value)
optional int64 rpoNanos = 15; |
GlobalTable.PhyTable.Builder |
setStage(GlobalTable.SyncStage value)
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.SyncStage stage = 10; |
GlobalTable.PhyTable.Builder |
setStatus(GlobalTable.PhyTableStatus value)
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTableStatus status = 5; |
GlobalTable.PhyTable.Builder |
setStatusTimestamp(long value)
optional int64 statusTimestamp = 6; |
GlobalTable.PhyTable.Builder |
setTableHashKey(int value)
optional int32 tableHashKey = 8; |
GlobalTable.PhyTable.Builder |
setTableId(String value)
optional string tableId = 7; |
GlobalTable.PhyTable.Builder |
setTableIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string tableId = 7; |
GlobalTable.PhyTable.Builder |
setTableName(String value)
required string tableName = 3; |
GlobalTable.PhyTable.Builder |
setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string tableName = 3; |
GlobalTable.PhyTable.Builder |
setWritable(boolean value)
required bool writable = 4; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionpublic static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<GlobalTable.PhyTable.Builder>public GlobalTable.PhyTable.Builder clear()
clear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<GlobalTable.PhyTable.Builder>public com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<GlobalTable.PhyTable.Builder>public GlobalTable.PhyTable getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic GlobalTable.PhyTable build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic GlobalTable.PhyTable buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic GlobalTable.PhyTable.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<GlobalTable.PhyTable.Builder>public GlobalTable.PhyTable.Builder mergeFrom(GlobalTable.PhyTable other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<GlobalTable.PhyTable.Builder>public GlobalTable.PhyTable.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<GlobalTable.PhyTable.Builder>IOExceptionpublic boolean hasRegionId()
required string regionId = 1;hasRegionId 在接口中 GlobalTable.PhyTableOrBuilderpublic String getRegionId()
required string regionId = 1;getRegionId 在接口中 GlobalTable.PhyTableOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRegionIdBytes()
required string regionId = 1;getRegionIdBytes 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setRegionId(String value)
required string regionId = 1;value - The regionId to set.public GlobalTable.PhyTable.Builder clearRegionId()
required string regionId = 1;public GlobalTable.PhyTable.Builder setRegionIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string regionId = 1;value - The bytes for regionId to set.public boolean hasInstanceName()
required string instanceName = 2;hasInstanceName 在接口中 GlobalTable.PhyTableOrBuilderpublic String getInstanceName()
required string instanceName = 2;getInstanceName 在接口中 GlobalTable.PhyTableOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getInstanceNameBytes()
required string instanceName = 2;getInstanceNameBytes 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setInstanceName(String value)
required string instanceName = 2;value - The instanceName to set.public GlobalTable.PhyTable.Builder clearInstanceName()
required string instanceName = 2;public GlobalTable.PhyTable.Builder setInstanceNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string instanceName = 2;value - The bytes for instanceName to set.public boolean hasTableName()
required string tableName = 3;hasTableName 在接口中 GlobalTable.PhyTableOrBuilderpublic String getTableName()
required string tableName = 3;getTableName 在接口中 GlobalTable.PhyTableOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string tableName = 3;getTableNameBytes 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setTableName(String value)
required string tableName = 3;value - The tableName to set.public GlobalTable.PhyTable.Builder clearTableName()
required string tableName = 3;public GlobalTable.PhyTable.Builder setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string tableName = 3;value - The bytes for tableName to set.public boolean hasWritable()
required bool writable = 4;hasWritable 在接口中 GlobalTable.PhyTableOrBuilderpublic boolean getWritable()
required bool writable = 4;getWritable 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setWritable(boolean value)
required bool writable = 4;value - The writable to set.public GlobalTable.PhyTable.Builder clearWritable()
required bool writable = 4;public boolean hasStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTableStatus status = 5;hasStatus 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTableStatus getStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTableStatus status = 5;getStatus 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setStatus(GlobalTable.PhyTableStatus value)
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTableStatus status = 5;value - The status to set.public GlobalTable.PhyTable.Builder clearStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTableStatus status = 5;public boolean hasStatusTimestamp()
optional int64 statusTimestamp = 6;hasStatusTimestamp 在接口中 GlobalTable.PhyTableOrBuilderpublic long getStatusTimestamp()
optional int64 statusTimestamp = 6;getStatusTimestamp 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setStatusTimestamp(long value)
optional int64 statusTimestamp = 6;value - The statusTimestamp to set.public GlobalTable.PhyTable.Builder clearStatusTimestamp()
optional int64 statusTimestamp = 6;public boolean hasTableId()
optional string tableId = 7;hasTableId 在接口中 GlobalTable.PhyTableOrBuilderpublic String getTableId()
optional string tableId = 7;getTableId 在接口中 GlobalTable.PhyTableOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableIdBytes()
optional string tableId = 7;getTableIdBytes 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setTableId(String value)
optional string tableId = 7;value - The tableId to set.public GlobalTable.PhyTable.Builder clearTableId()
optional string tableId = 7;public GlobalTable.PhyTable.Builder setTableIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string tableId = 7;value - The bytes for tableId to set.public boolean hasTableHashKey()
optional int32 tableHashKey = 8;hasTableHashKey 在接口中 GlobalTable.PhyTableOrBuilderpublic int getTableHashKey()
optional int32 tableHashKey = 8;getTableHashKey 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setTableHashKey(int value)
optional int32 tableHashKey = 8;value - The tableHashKey to set.public GlobalTable.PhyTable.Builder clearTableHashKey()
optional int32 tableHashKey = 8;public boolean hasEndpoint()
optional string endpoint = 9;hasEndpoint 在接口中 GlobalTable.PhyTableOrBuilderpublic String getEndpoint()
optional string endpoint = 9;getEndpoint 在接口中 GlobalTable.PhyTableOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getEndpointBytes()
optional string endpoint = 9;getEndpointBytes 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setEndpoint(String value)
optional string endpoint = 9;value - The endpoint to set.public GlobalTable.PhyTable.Builder clearEndpoint()
optional string endpoint = 9;public GlobalTable.PhyTable.Builder setEndpointBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string endpoint = 9;value - The bytes for endpoint to set.public boolean hasStage()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.SyncStage stage = 10;hasStage 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.SyncStage getStage()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.SyncStage stage = 10;getStage 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setStage(GlobalTable.SyncStage value)
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.SyncStage stage = 10;value - The stage to set.public GlobalTable.PhyTable.Builder clearStage()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.SyncStage stage = 10;public boolean hasMetaVersion()
optional int64 metaVersion = 11;hasMetaVersion 在接口中 GlobalTable.PhyTableOrBuilderpublic long getMetaVersion()
optional int64 metaVersion = 11;getMetaVersion 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setMetaVersion(long value)
optional int64 metaVersion = 11;value - The metaVersion to set.public GlobalTable.PhyTable.Builder clearMetaVersion()
optional int64 metaVersion = 11;public boolean hasIsFailed()
optional bool isFailed = 12;hasIsFailed 在接口中 GlobalTable.PhyTableOrBuilderpublic boolean getIsFailed()
optional bool isFailed = 12;getIsFailed 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setIsFailed(boolean value)
optional bool isFailed = 12;value - The isFailed to set.public GlobalTable.PhyTable.Builder clearIsFailed()
optional bool isFailed = 12;public boolean hasMessage()
optional string message = 13;hasMessage 在接口中 GlobalTable.PhyTableOrBuilderpublic String getMessage()
optional string message = 13;getMessage 在接口中 GlobalTable.PhyTableOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getMessageBytes()
optional string message = 13;getMessageBytes 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setMessage(String value)
optional string message = 13;value - The message to set.public GlobalTable.PhyTable.Builder clearMessage()
optional string message = 13;public GlobalTable.PhyTable.Builder setMessageBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string message = 13;value - The bytes for message to set.public boolean hasRole()
optional string role = 14;hasRole 在接口中 GlobalTable.PhyTableOrBuilderpublic String getRole()
optional string role = 14;getRole 在接口中 GlobalTable.PhyTableOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRoleBytes()
optional string role = 14;getRoleBytes 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setRole(String value)
optional string role = 14;value - The role to set.public GlobalTable.PhyTable.Builder clearRole()
optional string role = 14;public GlobalTable.PhyTable.Builder setRoleBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string role = 14;value - The bytes for role to set.public boolean hasRpoNanos()
optional int64 rpoNanos = 15;hasRpoNanos 在接口中 GlobalTable.PhyTableOrBuilderpublic long getRpoNanos()
optional int64 rpoNanos = 15;getRpoNanos 在接口中 GlobalTable.PhyTableOrBuilderpublic GlobalTable.PhyTable.Builder setRpoNanos(long value)
optional int64 rpoNanos = 15;value - The rpoNanos to set.public GlobalTable.PhyTable.Builder clearRpoNanos()
optional int64 rpoNanos = 15;Copyright © 2025. All Rights Reserved.