public static interface OtsInternalApi.IndexMetaOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDefinedColumn(int index)
repeated string defined_column = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getDefinedColumnBytes(int index)
repeated string defined_column = 3; |
int |
getDefinedColumnCount()
repeated string defined_column = 3; |
List<String> |
getDefinedColumnList()
repeated string defined_column = 3; |
OtsInternalApi.IndexSyncPhase |
getIndexSyncPhase()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSyncPhase index_sync_phase = 6; |
OtsInternalApi.IndexType |
getIndexType()
required .com.alicloud.openservices.tablestore.core.protocol.IndexType index_type = 5; |
OtsInternalApi.IndexUpdateMode |
getIndexUpdateMode()
required .com.alicloud.openservices.tablestore.core.protocol.IndexUpdateMode index_update_mode = 4; |
String |
getName()
required string name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getPrimaryKey(int index)
repeated string primary_key = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getPrimaryKeyBytes(int index)
repeated string primary_key = 2; |
int |
getPrimaryKeyCount()
repeated string primary_key = 2; |
List<String> |
getPrimaryKeyList()
repeated string primary_key = 2; |
boolean |
hasIndexSyncPhase()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSyncPhase index_sync_phase = 6; |
boolean |
hasIndexType()
required .com.alicloud.openservices.tablestore.core.protocol.IndexType index_type = 5; |
boolean |
hasIndexUpdateMode()
required .com.alicloud.openservices.tablestore.core.protocol.IndexUpdateMode index_update_mode = 4; |
boolean |
hasName()
required string name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;String getName()
required string name = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getNameBytes()
required string name = 1;List<String> getPrimaryKeyList()
repeated string primary_key = 2;int getPrimaryKeyCount()
repeated string primary_key = 2;String getPrimaryKey(int index)
repeated string primary_key = 2;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getPrimaryKeyBytes(int index)
repeated string primary_key = 2;index - The index of the value to return.List<String> getDefinedColumnList()
repeated string defined_column = 3;int getDefinedColumnCount()
repeated string defined_column = 3;String getDefinedColumn(int index)
repeated string defined_column = 3;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getDefinedColumnBytes(int index)
repeated string defined_column = 3;index - The index of the value to return.boolean hasIndexUpdateMode()
required .com.alicloud.openservices.tablestore.core.protocol.IndexUpdateMode index_update_mode = 4;OtsInternalApi.IndexUpdateMode getIndexUpdateMode()
required .com.alicloud.openservices.tablestore.core.protocol.IndexUpdateMode index_update_mode = 4;boolean hasIndexType()
required .com.alicloud.openservices.tablestore.core.protocol.IndexType index_type = 5;OtsInternalApi.IndexType getIndexType()
required .com.alicloud.openservices.tablestore.core.protocol.IndexType index_type = 5;boolean hasIndexSyncPhase()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSyncPhase index_sync_phase = 6;OtsInternalApi.IndexSyncPhase getIndexSyncPhase()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSyncPhase index_sync_phase = 6;Copyright © 2025. All Rights Reserved.