public static interface GlobalTable.UpdatePhyTableOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInstanceName()
required string instanceName = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getInstanceNameBytes()
required string instanceName = 2; |
boolean |
getPrimaryEligible()
set phy table is eligible for primary, only need at PRIMARY_SECONDARY serve mode
optional bool primaryEligible = 5; |
String |
getRegionId()
required string regionId = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getRegionIdBytes()
required string regionId = 1; |
String |
getTableName()
required string tableName = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string tableName = 3; |
boolean |
getWritable()
optional bool writable = 4; |
boolean |
hasInstanceName()
required string instanceName = 2; |
boolean |
hasPrimaryEligible()
set phy table is eligible for primary, only need at PRIMARY_SECONDARY serve mode
optional bool primaryEligible = 5; |
boolean |
hasRegionId()
required string regionId = 1; |
boolean |
hasTableName()
required string tableName = 3; |
boolean |
hasWritable()
optional bool writable = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRegionId()
required string regionId = 1;String getRegionId()
required string regionId = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRegionIdBytes()
required string regionId = 1;boolean hasInstanceName()
required string instanceName = 2;String getInstanceName()
required string instanceName = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getInstanceNameBytes()
required string instanceName = 2;boolean hasTableName()
required string tableName = 3;String getTableName()
required string tableName = 3;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string tableName = 3;boolean hasWritable()
optional bool writable = 4;boolean getWritable()
optional bool writable = 4;boolean hasPrimaryEligible()
set phy table is eligible for primary, only need at PRIMARY_SECONDARY serve mode
optional bool primaryEligible = 5;boolean getPrimaryEligible()
set phy table is eligible for primary, only need at PRIMARY_SECONDARY serve mode
optional bool primaryEligible = 5;Copyright © 2025. All Rights Reserved.