public static interface BatchingExecutor.WorkProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
beginBatch() |
CompletableFuture<?> |
endBatch()
Ensure all works submitted since the last call to
beginBatch() will actually be executed,
along with any finishing task (commit, ...). |
void beginBatch()
CompletableFuture<?> endBatch()
beginBatch() will actually be executed,
along with any finishing task (commit, ...).beginBatch()
have completed.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.