Uses of Class
com.atlassian.confluence.internal.index.Index
-
Packages that use Index Package Description com.atlassian.confluence.impl.system.task com.atlassian.confluence.internal.index com.atlassian.confluence.internal.index.lucene -
-
Uses of Index in com.atlassian.confluence.impl.system.task
Methods in com.atlassian.confluence.impl.system.task that return Index Modifier and Type Method Description IndexRestoreIndexSnapshotMaintenanceTask.IndexSnapshot. getIndex()Methods in com.atlassian.confluence.impl.system.task that return types with arguments of type Index Modifier and Type Method Description Collection<Index>CreateIndexSnapshotMaintenanceTask. getIndices()Constructors in com.atlassian.confluence.impl.system.task with parameters of type Index Constructor Description IndexSnapshot(Index index, Long journalId)Constructor parameters in com.atlassian.confluence.impl.system.task with type arguments of type Index Constructor Description CreateIndexSnapshotMaintenanceTask(String sourceNodeId, Collection<Index> indices) -
Uses of Index in com.atlassian.confluence.internal.index
Methods in com.atlassian.confluence.internal.index that return Index Modifier and Type Method Description static IndexIndex. valueOf(String name)Returns the enum constant of this type with the specified name.static Index[]Index. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Index in com.atlassian.confluence.internal.index.lucene
Fields in com.atlassian.confluence.internal.index.lucene with type parameters of type Index Modifier and Type Field Description protected static Set<Index>LuceneReIndexer. INDEXES_TO_SET_EARLIEST_ENTRYstatic Set<Index>LuceneReIndexer. INDEXES_TO_SNAPSHOT
-