构造器和说明 |
---|
BulkImportRequest(String tableName) |
限定符和类型 | 方法和说明 |
---|---|
void |
addRowChange(RowChange rowChange) |
void |
addRowChanges(List<RowChange> rowChanges) |
BulkImportRequest |
createRequestForRetry(List<BulkImportResponse.RowResult> failedRows)
通过一次BulkImportRequest的返回结果,生成一个新的BulkImportRequest
|
String |
getOperationName() |
List<RowChange> |
getRowChange() |
RowChange |
getRowChange(int index) |
int |
getRowsCount()
获取该BulkImport请求中包含的总的行数。
|
String |
getTableName() |
boolean |
isEmpty()
判断该BulkImport请求中包含的总的行数是否为空。
|
void |
setTableName(String tableName) |
public BulkImportRequest(String tableName)
public void setTableName(String tableName)
public String getTableName()
public String getOperationName()
getOperationName
在接口中 Request
public void addRowChange(RowChange rowChange)
public RowChange getRowChange(int index)
public BulkImportRequest createRequestForRetry(List<BulkImportResponse.RowResult> failedRows)
public boolean isEmpty()
public int getRowsCount()
Copyright © 2019. All Rights Reserved.