File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 130130bulkProcessor.close();
131131--------------------------------------------------
132132
133- Both methods flush any remaining documents and disable all other scheduled flushes if they were scheduled by setting
134- `flushInterval`. If concurrent requests were enabled the `awaitClose` method waits for up to the specified timeout for
135- all bulk requests to complete then returns `true`, if the specified waiting time elapses before all bulk requests complete,
133+ Both methods flush any remaining documents and disable all other scheduled flushes, if they were scheduled by setting
134+ `flushInterval`. If concurrent requests were enabled, the `awaitClose` method waits for up to the specified timeout for
135+ all bulk requests to complete then returns `true`; if the specified waiting time elapses before all bulk requests complete,
136136`false` is returned. The `close` method doesn't wait for any remaining bulk requests to complete and exits immediately.
137137
138138[[java-docs-bulk-processor-tests]]
You can’t perform that action at this time.
0 commit comments