void |
RecordTranService.executeSubBatch(BatchContext batchContext,
int startBatchIndex,
BatchResult batchIndexResult) |
void |
HiveBatchTranService.executeSubBatch(BatchContext batchContext,
int startBatchIndex,
BatchResult batchIndexResult,
Map<String,Object> batchStmtMap) |
void |
BatchTranService.executeSubBatch(Connection writeConn,
BatchContext batchContext,
int startBatchIndex,
BatchResult batchIndexResult) |
void |
PageTranService.executeSubBatch(DataSource storeDataSource,
BatchContext batchContext,
int startBatchIndex,
BatchResult batchIndexResult) |
protected void |
AbstractBatchService.sumFilterCount(BatchResult batchResult,
List<BatchResult> subResults) |
protected int |
AbstractBatchService.sumFilterCount(BatchResult batchResult,
Map<Integer,Integer> filterCountMap) |
protected void |
AbstractBatchService.sumSubResults(Batch batch,
BatchResult batchResult,
List<BatchResult> subResults) |
protected void |
AbstractBatchService.sumSubResults(Batch batch,
BatchResult batchResult,
Map<Integer,Map<String,BatchItemResult>> subResults) |
protected void |
HiveTranService.sumWriterCount(Batch batch,
BatchResult batchResult,
Map<String,BatchItemResult> writerResults) |