|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.aliyun.openservices.ots.model.BatchWriteRowRequest
public class BatchWriteRowRequest
| 构造方法摘要 | |
|---|---|
BatchWriteRowRequest()
|
|
| 方法摘要 | |
|---|---|
void |
addRowDeleteChange(RowDeleteChange rowDeleteChange)
添加某个表的DeleteRow参数。 |
void |
addRowPutChange(RowPutChange rowPutChange)
添加某个表的PutRow参数。 |
void |
addRowUpdateChange(RowUpdateChange rowUpdateChange)
添加某个表的UpdateRow参数。 |
Map<String,List<RowDeleteChange>> |
getRowDeleteChange()
获取所有表的DeleteRow参数。 |
RowDeleteChange |
getRowDeleteChange(String tableName,
int index)
根据表名和索引返回DeleteRow参数。 |
Map<String,List<RowPutChange>> |
getRowPutChange()
获取所有表的PutRow参数。 |
RowPutChange |
getRowPutChange(String tableName,
int index)
根据表名和索引返回PutRow参数。 |
Map<String,List<RowUpdateChange>> |
getRowUpdateChange()
获取所有表的UpdateRow参数。 |
RowUpdateChange |
getRowUpdateChange(String tableName,
int index)
根据表名和索引返回UpdateRow参数。 |
boolean |
isEmpty()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public BatchWriteRowRequest()
| 方法详细信息 |
|---|
public void addRowPutChange(RowPutChange rowPutChange)
rowPutChange - PutRow参数
public RowPutChange getRowPutChange(String tableName,
int index)
tableName - 表的名称index - 该行在参数列表中得索引
public Map<String,List<RowPutChange>> getRowPutChange()
public void addRowUpdateChange(RowUpdateChange rowUpdateChange)
rowUpdateChange - UpdateRow参数
public RowUpdateChange getRowUpdateChange(String tableName,
int index)
tableName - 表的名称index - 该行在参数列表中得索引
public Map<String,List<RowUpdateChange>> getRowUpdateChange()
public void addRowDeleteChange(RowDeleteChange rowDeleteChange)
rowDeleteChange - DeleteRow参数
public RowDeleteChange getRowDeleteChange(String tableName,
int index)
tableName - 表的名称index - 该行在参数列表中得索引
public Map<String,List<RowDeleteChange>> getRowDeleteChange()
public boolean isEmpty()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||