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


方法摘要
 OtsProtocol.ColumnSchema getPrimaryKeys(int index)
           
 int getPrimaryKeysCount()
           
 List<OtsProtocol.ColumnSchema> getPrimaryKeysList()
           
 OtsProtocol.ColumnSchemaOrBuilder getPrimaryKeysOrBuilder(int index)
           
 List<? extends OtsProtocol.ColumnSchemaOrBuilder> getPrimaryKeysOrBuilderList()
           
 String getTableGroupName()
           
 String getTableName()
           
 OtsProtocol.ViewMeta getViews(int index)
           
 int getViewsCount()
           
 List<OtsProtocol.ViewMeta> getViewsList()
           
 OtsProtocol.ViewMetaOrBuilder getViewsOrBuilder(int index)
           
 List<? extends OtsProtocol.ViewMetaOrBuilder> getViewsOrBuilderList()
           
 boolean hasTableGroupName()
           
 boolean hasTableName()
           
 
从接口 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.