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 booleanIndexRecoveryService. 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 classChangeIndexRecovererIndexRecoverer for the change index.classContentIndexRecovererIndexRecoverer for the content index.Methods in com.atlassian.confluence.impl.index with parameters of type IndexRecoverer Modifier and Type Method Description booleanDefaultIndexRecoveryService. 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 IndexRecoverer Modifier and Type Method Description IndexRecovererIndexRecovererModuleDescriptor. createModule()IndexRecovererIndexRecovererModuleDescriptor. 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 classEdgeIndexRecoverer
-