com.aliyun.openservices.ots.protocol
接口 OtsProtocol2.GetRowRequestOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
OtsProtocol2.GetRowRequest, OtsProtocol2.GetRowRequest.Builder
包容类:
OtsProtocol2

public static interface OtsProtocol2.GetRowRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


方法摘要
 String getColumnsToGet(int index)
           
 int getColumnsToGetCount()
           
 List<String> getColumnsToGetList()
           
 OtsProtocol2.Column getPrimaryKey(int index)
           
 int getPrimaryKeyCount()
           
 List<OtsProtocol2.Column> getPrimaryKeyList()
           
 OtsProtocol2.ColumnOrBuilder getPrimaryKeyOrBuilder(int index)
           
 List<? extends OtsProtocol2.ColumnOrBuilder> getPrimaryKeyOrBuilderList()
           
 String getTableName()
           
 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()

getPrimaryKeyList

List<OtsProtocol2.Column> getPrimaryKeyList()

getPrimaryKey

OtsProtocol2.Column getPrimaryKey(int index)

getPrimaryKeyCount

int getPrimaryKeyCount()

getPrimaryKeyOrBuilderList

List<? extends OtsProtocol2.ColumnOrBuilder> getPrimaryKeyOrBuilderList()

getPrimaryKeyOrBuilder

OtsProtocol2.ColumnOrBuilder getPrimaryKeyOrBuilder(int index)

getColumnsToGetList

List<String> getColumnsToGetList()

getColumnsToGetCount

int getColumnsToGetCount()

getColumnsToGet

String getColumnsToGet(int index)


Copyright © 2014. All Rights Reserved.