Uses of Interface
com.atlassian.confluence.api.model.index.IndexRecoverer
-
-
Uses of IndexRecoverer in com.atlassian.confluence.api.service.index
Methods in com.atlassian.confluence.api.service.index with parameters of type IndexRecoverer Modifier and Type Method Description boolean
IndexRecoveryService. 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 IndexRecoverer Modifier and Type Class Description class
ChangeIndexRecoverer
IndexRecoverer for the change index.class
ContentIndexRecoverer
IndexRecoverer for the content index.Methods in com.atlassian.confluence.impl.index with parameters of type IndexRecoverer Modifier and Type Method Description boolean
DefaultIndexRecoveryService. 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 IndexRecoverer Modifier and Type Method Description IndexRecoverer
IndexRecovererModuleDescriptor. createModule()
IndexRecoverer
IndexRecovererModuleDescriptor. getModule()
-
Uses of IndexRecoverer in com.atlassian.confluence.plugins.edgeindex
Classes in com.atlassian.confluence.plugins.edgeindex that implement IndexRecoverer Modifier and Type Class Description class
EdgeIndexRecoverer
-