Uses of Class
com.atlassian.confluence.search.lucene.ConfluenceIndexManager.IndexQueueFlushMode
-
Packages that use ConfluenceIndexManager.IndexQueueFlushMode Package Description com.atlassian.confluence.impl.search com.atlassian.confluence.search.lucene -
-
Uses of ConfluenceIndexManager.IndexQueueFlushMode in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type ConfluenceIndexManager.IndexQueueFlushMode Modifier and Type Method Description booleanCompositeIndexManager. flushQueue(ConfluenceIndexManager.IndexQueueFlushMode flushMode) -
Uses of ConfluenceIndexManager.IndexQueueFlushMode in com.atlassian.confluence.search.lucene
Methods in com.atlassian.confluence.search.lucene that return ConfluenceIndexManager.IndexQueueFlushMode Modifier and Type Method Description static ConfluenceIndexManager.IndexQueueFlushModeConfluenceIndexManager.IndexQueueFlushMode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static ConfluenceIndexManager.IndexQueueFlushMode[]ConfluenceIndexManager.IndexQueueFlushMode. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.search.lucene with parameters of type ConfluenceIndexManager.IndexQueueFlushMode Modifier and Type Method Description default booleanConfluenceIndexManager. flushQueue(ConfluenceIndexManager.IndexQueueFlushMode flushMode)Deprecated.since 5.10, useIndexManager.flushQueue(IndexManager.IndexQueueFlushMode)
-