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

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

com.aliyun.openservices.otsRowChange 的使用
 

类型变量类型为 RowChangecom.aliyun.openservices.ots 中的方法参数
 void OTSClient.batchModifyData(String tableName, Collection<RowChange> rowChanges, String transactionId)
           
 void OTS.batchModifyData(String tableName, Collection<RowChange> rowChanges, String transactionId)
          把PutData和/或DeleteData的多次调用组合成一个调用。
 

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

com.aliyun.openservices.ots.modelRowChange 的子类
 class RowDeleteChange
          表示数据行的删除信息。
 class RowPutChange
          表示行的插入或更新信息。
 



Copyright © 2013. All Rights Reserved.