public interface BatchDeleteQuery<Q extends BatchDeleteQuery<Q>>
| Modifier and Type | Method and Description |
|---|---|
String |
deleteInParallelUsingBatch(int batchSize,
String batchName)
Perform the deletion in parallel using the given batch size.
|
String |
deleteSequentiallyUsingBatch(int batchSize,
String batchName)
Perform the deletion sequentially using the given batch size.
|
String deleteInParallelUsingBatch(int batchSize, String batchName)
batchSize - the size of each batch deletionbatchName - the name of the batchString deleteSequentiallyUsingBatch(int batchSize, String batchName)
batchSize - the size of each batch deletionbatchName - the name of the batchCopyright © 2022 Flowable. All rights reserved.