类 com.aliyun.openservices.ots.model.RowDeleteChange
的使用

使用 RowDeleteChange 的软件包
com.aliyun.openservices.ots.model   
 

com.aliyun.openservices.ots.modelRowDeleteChange 的使用
 

返回 RowDeleteChangecom.aliyun.openservices.ots.model 中的方法
 RowDeleteChange DeleteRowRequest.getRowChange()
          获取DeleteRow操作的请求参数。
 RowDeleteChange BatchWriteRowRequest.getRowDeleteChange(String tableName, int index)
          根据表名和索引返回DeleteRow参数。
 

返回变量类型为 RowDeleteChange 的类型的 com.aliyun.openservices.ots.model 中的方法
 Map<String,List<RowDeleteChange>> BatchWriteRowRequest.getRowDeleteChange()
          获取所有表的DeleteRow参数。
 

参数类型为 RowDeleteChangecom.aliyun.openservices.ots.model 中的方法
 void BatchWriteRowRequest.addRowDeleteChange(RowDeleteChange rowDeleteChange)
          添加某个表的DeleteRow参数。
static byte[] OTSProtocolHelper.buildDeleteRowRequest(RowDeleteChange rowChange)
           
 void DeleteRowRequest.setRowChange(RowDeleteChange rowChange)
          设置DeleteRow操作的请求参数。
 

类型变量类型为 RowDeleteChangecom.aliyun.openservices.ots.model 中的方法参数
static byte[] OTSProtocolHelper.buildBatchWriteRowRequest(Map<String,List<RowPutChange>> rowPutChangesGroupByTable, Map<String,List<RowUpdateChange>> rowUpdateChangesGroupByTable, Map<String,List<RowDeleteChange>> rowDeleteChangesGroupByTable)
           
 

参数类型为 RowDeleteChangecom.aliyun.openservices.ots.model 中的构造方法
DeleteRowRequest(RowDeleteChange rowChange)
           
 



Copyright © 2014. All Rights Reserved.