Uses of Interface
com.atlassian.confluence.api.service.index.IndexRecoveryService
-
Packages that use IndexRecoveryService Package Description com.atlassian.confluence.impl.index com.atlassian.confluence.impl.journal Provides implementation of Journal Service.com.atlassian.confluence.rpc.soap.services -
-
Uses of IndexRecoveryService in com.atlassian.confluence.impl.index
Classes in com.atlassian.confluence.impl.index that implement IndexRecoveryService Modifier and Type Class Description class
DefaultIndexRecoveryService
This is the default implementation ofIndexRecoveryService
.class
NoopIndexRecoveryService
A noop implementation for when index recovery process is not required for nodes to join the cluster, e.g. -
Uses of IndexRecoveryService in com.atlassian.confluence.impl.journal
Constructors in com.atlassian.confluence.impl.journal with parameters of type IndexRecoveryService Constructor Description JournalCleaner(ClusterConfigurationHelper clusterConfigurationHelper, com.atlassian.plugin.PluginAccessor pluginAccessor, IndexRecoveryService indexRecoveryService, JournalDao journalDao, long defaultTimeToLiveMillis)
JournalCleaner(ClusterConfigurationHelper clusterConfigurationHelper, com.atlassian.plugin.PluginAccessor pluginAccessor, IndexRecoveryService indexRecoveryService, JournalDao journalDao, com.atlassian.core.util.Clock clock, long defaultTimeToLiveMillis)
-
Uses of IndexRecoveryService in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type IndexRecoveryService Modifier and Type Method Description void
AdminSoapService. setIndexRecoveryService(IndexRecoveryService indexRecoveryService)
-