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 TypeMethodDescriptionvoidReindexManager.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.voidReindexManagerImpl.reindex(String alias, ReindexRunnable reindexRunnable) -
Uses of ReindexRunnable in com.flowable.indexing.impl
Classes in com.flowable.indexing.impl that implement ReindexRunnableModifier and TypeClassDescriptionclassAn implementation ofReindexRunnablethat uses a threadpool to fetch pages of data from the database.