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

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

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

返回 RowPutChangecom.aliyun.openservices.ots.model 中的方法
 RowPutChange PutRowRequest.getRowChange()
          获取PutRow的请求参数。
 RowPutChange BatchWriteRowRequest.getRowPutChange(String tableName, int index)
          根据表名和索引返回PutRow参数。
 

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

参数类型为 RowPutChangecom.aliyun.openservices.ots.model 中的方法
 void BatchWriteRowRequest.addRowPutChange(RowPutChange rowPutChange)
          添加某个表的PutRow参数。
static byte[] OTSProtocolHelper.buildPutRowRequest(RowPutChange rowChange)
           
 void PutRowRequest.setRowChange(RowPutChange rowChange)
          设置PutRow的请求参数。
 

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

参数类型为 RowPutChangecom.aliyun.openservices.ots.model 中的构造方法
PutRowRequest(RowPutChange rowChange)
           
 



Copyright © 2014. All Rights Reserved.