Uses of Interface
com.flowable.indexing.ReindexRunnable
-
Uses of ReindexRunnable in com.flowable.indexing
Modifier and TypeMethodDescriptionvoid
ReindexManager.reindex
(String alias, ReindexRunnable reindexRunnable) Executes the providedReindexRunnable
(containing the actual reindex logic), while taking care before and after the execution to properly housekeep the indices: 1.void
ReindexManagerImpl.reindex
(String alias, ReindexRunnable reindexRunnable) -
Uses of ReindexRunnable in com.flowable.indexing.impl
Modifier and TypeClassDescriptionclass
An implementation ofReindexRunnable
that uses a threadpool to fetch pages of data from the database.