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

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

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

返回 RowUpdateChangecom.aliyun.openservices.ots.model 中的方法
 RowUpdateChange UpdateRowRequest.getRowChange()
          获取UpdateRow的请求参数。
 RowUpdateChange BatchWriteRowRequest.getRowUpdateChange(String tableName, int index)
          根据表名和索引返回UpdateRow参数。
 

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

参数类型为 RowUpdateChangecom.aliyun.openservices.ots.model 中的方法
 void BatchWriteRowRequest.addRowUpdateChange(RowUpdateChange rowUpdateChange)
          添加某个表的UpdateRow参数。
static byte[] OTSProtocolHelper.buildUpdateRowRequest(RowUpdateChange rowChange)
           
 void UpdateRowRequest.setRowChange(RowUpdateChange rowChange)
          设置UpdateRow的请求参数。
 

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

参数类型为 RowUpdateChangecom.aliyun.openservices.ots.model 中的构造方法
UpdateRowRequest(RowUpdateChange rowChange)
           
 



Copyright © 2014. All Rights Reserved.