Uses of Interface
com.atlassian.confluence.api.model.index.IndexRecoverer
Packages that use IndexRecoverer
Package
Description
-
Uses of IndexRecoverer in com.atlassian.confluence.api.service.index
Methods in com.atlassian.confluence.api.service.index with parameters of type IndexRecovererModifier and TypeMethodDescriptionbooleanIndexRecoveryService.createIndexBackup(JournalIdentifier journalId, String indexDirName, IndexRecoverer indexRecoverer) Creates an index snapshot in the cluster shared home. -
Uses of IndexRecoverer in com.atlassian.confluence.impl.index
Classes in com.atlassian.confluence.impl.index that implement IndexRecovererModifier and TypeClassDescriptionclassIndexRecoverer for the change index.classIndexRecoverer for the content index.Methods in com.atlassian.confluence.impl.index with parameters of type IndexRecovererModifier and TypeMethodDescriptionbooleanDefaultIndexRecoveryService.createIndexBackup(JournalIdentifier journalId, String indexDirName, IndexRecoverer indexRecoverer) booleanNoopIndexRecoveryService.createIndexBackup(JournalIdentifier journalId, String indexDirName, IndexRecoverer indexRecoverer) -
Uses of IndexRecoverer in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return IndexRecovererModifier and TypeMethodDescriptionIndexRecovererModuleDescriptor.createModule()IndexRecovererModuleDescriptor.getModule() -
Uses of IndexRecoverer in com.atlassian.confluence.plugins.edgeindex
Classes in com.atlassian.confluence.plugins.edgeindex that implement IndexRecoverer