Uses of Interface
com.atlassian.confluence.api.service.index.IndexRecoveryService
Packages that use IndexRecoveryService
Package
Description
Provides implementation of Journal Service.
- 
Uses of IndexRecoveryService in com.atlassian.confluence.impl.indexClasses in com.atlassian.confluence.impl.index that implement IndexRecoveryServiceModifier and TypeClassDescriptionclassThis is the default implementation ofIndexRecoveryService.classA 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.journalConstructors in com.atlassian.confluence.impl.journal with parameters of type IndexRecoveryServiceModifierConstructorDescriptionJournalCleaner(ClusterConfigurationHelper clusterConfigurationHelper, com.atlassian.plugin.PluginAccessor pluginAccessor, IndexRecoveryService indexRecoveryService, JournalServiceInternal journalServiceInternal, long defaultTimeToLiveMillis, List<IncrementalSyncCleaner> incrementalSyncCleaners) JournalCleaner(ClusterConfigurationHelper clusterConfigurationHelper, com.atlassian.plugin.PluginAccessor pluginAccessor, IndexRecoveryService indexRecoveryService, JournalServiceInternal journalServiceInternal, com.atlassian.core.util.Clock clock, long defaultTimeToLiveMillis, List<IncrementalSyncCleaner> incrementalSyncCleaners) 
- 
Uses of IndexRecoveryService in com.atlassian.confluence.rpc.soap.servicesMethods in com.atlassian.confluence.rpc.soap.services with parameters of type IndexRecoveryServiceModifier and TypeMethodDescriptionvoidAdminSoapService.setIndexRecoveryService(IndexRecoveryService indexRecoveryService)