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 TypeMethodDescriptionbooleanCompositeIndexManager.flushQueue(IndexManager.IndexQueueFlushMode flushMode) booleanCompositeIndexManager.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 TypeMethodDescriptionbooleanIncrementalIndexManager.flushQueue(IndexManager.IndexQueueFlushMode flushMode) Flushes the index queue, processing a batch of the tasksbooleanLuceneIncrementalIndexManager.flushQueue(IndexManager.IndexQueueFlushMode flushMode) booleanIncrementalIndexManager.flushQueueWithLockTimeout(IndexManager.IndexQueueFlushMode flushMode, int lockTimeout, TimeUnit lockTimeoutUnit) Flushes the index queue with a specified lock timeout.booleanLuceneIncrementalIndexManager.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 TypeMethodDescriptionbooleanIndexManager.flushQueue(IndexManager.IndexQueueFlushMode flushMode) Flushes the index queue, processing a batch of the tasksbooleanIndexManager.flushQueueWithLockTimeout(IndexManager.IndexQueueFlushMode flushMode, int lockTimeout, TimeUnit lockTimeoutUnit) Flushes the index queue with a specified lock timeout.