Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.impl |
Modifier and Type | Method and Description |
---|---|
void |
ReindexManagerImpl.reindex(String alias,
ReindexRunnable reindexRunnable) |
void |
ReindexManager.reindex(String alias,
ReindexRunnable reindexRunnable)
Executes the provided
ReindexRunnable (containing the actual reindex logic), while taking care before
and after the execution to properly housekeep the indices:
1. |
Modifier and Type | Class and Description |
---|---|
class |
ThreadPoolBasedReindexRunnable
An implementation of
ReindexRunnable that uses a threadpool to fetch pages of data from the database. |