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 classDefaultIndexRecoveryServiceThis is the default implementation ofIndexRecoveryService. -
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 voidAdminSoapService. setIndexRecoveryService(IndexRecoveryService indexRecoveryService)
-