| 构造器和说明 |
|---|
BulkImportRequest(String tableName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addRowChange(RowChange rowChange) |
void |
addRowChanges(List<RowChange> rowChanges) |
BulkImportRequest |
createRequestForRetry(List<BulkImportResponse.RowResult> failedRows)
Generate a new BulkImportRequest based on the return result of a single BulkImportRequest.
|
String |
getOperationName() |
List<RowChange> |
getRowChange() |
RowChange |
getRowChange(int index) |
int |
getRowsCount()
Get the total number of rows included in this BulkImport request.
|
String |
getTableName() |
boolean |
isEmpty()
Determines whether the total number of rows included in the BulkImport request is empty.
|
void |
setTableName(String tableName) |
public BulkImportRequest(String tableName)
public void setTableName(String tableName)
public String getTableName()
public String getOperationName()
getOperationName 在接口中 Requestpublic void addRowChange(RowChange rowChange)
public RowChange getRowChange(int index)
public BulkImportRequest createRequestForRetry(List<BulkImportResponse.RowResult> failedRows)
public boolean isEmpty()
public int getRowsCount()
Copyright © 2025. All Rights Reserved.