com.aliyun.openservices.ots.protocol
接口 OtsProtocol.RowDeleteChangeOrBuilder

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

public static interface OtsProtocol.RowDeleteChangeOrBuilder
extends com.google.protobuf.MessageOrBuilder


方法摘要
 String getColumnNames(int index)
           
 int getColumnNamesCount()
           
 List<String> getColumnNamesList()
           
 OtsProtocol.Column getPrimaryKeys(int index)
           
 int getPrimaryKeysCount()
           
 List<OtsProtocol.Column> getPrimaryKeysList()
           
 OtsProtocol.ColumnOrBuilder getPrimaryKeysOrBuilder(int index)
           
 List<? extends OtsProtocol.ColumnOrBuilder> getPrimaryKeysOrBuilderList()
           
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法
isInitialized
 

方法详细信息

getPrimaryKeysList

List<OtsProtocol.Column> getPrimaryKeysList()

getPrimaryKeys

OtsProtocol.Column getPrimaryKeys(int index)

getPrimaryKeysCount

int getPrimaryKeysCount()

getPrimaryKeysOrBuilderList

List<? extends OtsProtocol.ColumnOrBuilder> getPrimaryKeysOrBuilderList()

getPrimaryKeysOrBuilder

OtsProtocol.ColumnOrBuilder getPrimaryKeysOrBuilder(int index)

getColumnNamesList

List<String> getColumnNamesList()

getColumnNamesCount

int getColumnNamesCount()

getColumnNames

String getColumnNames(int index)


Copyright © 2013. All Rights Reserved.