Uses of Interface
com.flowable.indexing.ReindexRunnable
Packages that use ReindexRunnable
-
Uses of ReindexRunnable in com.flowable.indexing
Methods in com.flowable.indexing with parameters of type ReindexRunnableModifier 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
Classes in com.flowable.indexing.impl that implement ReindexRunnableModifier and TypeClassDescriptionclass
An implementation ofReindexRunnable
that uses a threadpool to fetch pages of data from the database.