Uses of Enum Class
com.atlassian.confluence.search.IndexManager.IndexQueueFlushMode
Packages that use IndexManager.IndexQueueFlushMode
Package
Description
-
Uses of IndexManager.IndexQueueFlushMode in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type IndexManager.IndexQueueFlushModeModifier and TypeMethodDescriptionboolean
CompositeIndexManager.flushQueue
(IndexManager.IndexQueueFlushMode flushMode) boolean
CompositeIndexManager.flushQueueWithLockTimeout
(IndexManager.IndexQueueFlushMode flushMode, int lockTimeout, TimeUnit lockTimeoutUnit) -
Uses of IndexManager.IndexQueueFlushMode in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type IndexManager.IndexQueueFlushModeModifier and TypeMethodDescriptionboolean
IncrementalIndexManager.flushQueue
(IndexManager.IndexQueueFlushMode flushMode) Flushes the index queue, processing a batch of the tasksboolean
LuceneIncrementalIndexManager.flushQueue
(IndexManager.IndexQueueFlushMode flushMode) boolean
IncrementalIndexManager.flushQueueWithLockTimeout
(IndexManager.IndexQueueFlushMode flushMode, int lockTimeout, TimeUnit lockTimeoutUnit) Flushes the index queue with a specified lock timeout.boolean
LuceneIncrementalIndexManager.flushQueueWithLockTimeout
(IndexManager.IndexQueueFlushMode flushMode, int lockTimeout, TimeUnit lockTimeoutUnit) -
Uses of IndexManager.IndexQueueFlushMode in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return IndexManager.IndexQueueFlushModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IndexManager.IndexQueueFlushMode[]
IndexManager.IndexQueueFlushMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.search with parameters of type IndexManager.IndexQueueFlushModeModifier and TypeMethodDescriptionboolean
IndexManager.flushQueue
(IndexManager.IndexQueueFlushMode flushMode) Flushes the index queue, processing a batch of the tasksboolean
IndexManager.flushQueueWithLockTimeout
(IndexManager.IndexQueueFlushMode flushMode, int lockTimeout, TimeUnit lockTimeoutUnit) Flushes the index queue with a specified lock timeout.