com.aliyun.openservices.ots.protocol
接口 OtsProtocol.TableMetaOrBuilder
- 所有超级接口:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
- OtsProtocol.TableMeta, OtsProtocol.TableMeta.Builder
- 包容类:
- OtsProtocol
public static interface OtsProtocol.TableMetaOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| 从接口 com.google.protobuf.MessageOrBuilder 继承的方法 |
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| 从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法 |
isInitialized |
hasTableName
boolean hasTableName()
getTableName
String getTableName()
getViewsList
List<OtsProtocol.ViewMeta> getViewsList()
getViews
OtsProtocol.ViewMeta getViews(int index)
getViewsCount
int getViewsCount()
getViewsOrBuilderList
List<? extends OtsProtocol.ViewMetaOrBuilder> getViewsOrBuilderList()
getViewsOrBuilder
OtsProtocol.ViewMetaOrBuilder getViewsOrBuilder(int index)
getPrimaryKeysList
List<OtsProtocol.ColumnSchema> getPrimaryKeysList()
getPrimaryKeys
OtsProtocol.ColumnSchema getPrimaryKeys(int index)
getPrimaryKeysCount
int getPrimaryKeysCount()
getPrimaryKeysOrBuilderList
List<? extends OtsProtocol.ColumnSchemaOrBuilder> getPrimaryKeysOrBuilderList()
getPrimaryKeysOrBuilder
OtsProtocol.ColumnSchemaOrBuilder getPrimaryKeysOrBuilder(int index)
hasTableGroupName
boolean hasTableGroupName()
getTableGroupName
String getTableGroupName()
Copyright © 2013. All Rights Reserved.