Uses of Class
com.atlassian.confluence.search.IndexManager.IndexQueueFlushMode
-
Packages that use IndexManager.IndexQueueFlushMode Package Description com.atlassian.confluence.impl.search com.atlassian.confluence.internal.search com.atlassian.confluence.search -
-
Uses of IndexManager.IndexQueueFlushMode in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type IndexManager.IndexQueueFlushMode Modifier and Type Method Description boolean
CompositeIndexManager. flushQueue(IndexManager.IndexQueueFlushMode flushMode)
-
Uses of IndexManager.IndexQueueFlushMode in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type IndexManager.IndexQueueFlushMode Modifier and Type Method Description boolean
IncrementalIndexManager. flushQueue(IndexManager.IndexQueueFlushMode flushMode)
Flushes the index queue, processing a batch of the tasksboolean
LuceneIncrementalIndexManager. flushQueue(IndexManager.IndexQueueFlushMode flushMode)
-
Uses of IndexManager.IndexQueueFlushMode in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return IndexManager.IndexQueueFlushMode Modifier and Type Method Description static IndexManager.IndexQueueFlushMode
IndexManager.IndexQueueFlushMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexManager.IndexQueueFlushMode[]
IndexManager.IndexQueueFlushMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.search with parameters of type IndexManager.IndexQueueFlushMode Modifier and Type Method Description boolean
IndexManager. flushQueue(IndexManager.IndexQueueFlushMode flushMode)
Flushes the index queue, processing a batch of the tasks
-