Package | Description |
---|---|
com.atlassian.confluence.content.render.xhtml.migration | |
com.atlassian.confluence.impl.cache | |
com.atlassian.confluence.impl.vcache | |
com.atlassian.confluence.importexport.xmlimport |
Imports Confluence data from an XML backup.
|
com.atlassian.confluence.upgrade.impl |
Constructor and Description |
---|
DefaultSiteMigrator(int numberOfThreads,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
ExceptionTolerantMigrator migrator,
CacheFlusher cacheFlusher,
BatchableWorkSource<ContentEntityObject> workSource,
String versionCommentProperty,
String defaultVersionCommment,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService)
|
DefaultSiteMigrator(int numberOfThreads,
org.hibernate.SessionFactory sessionFactory,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
ExceptionTolerantMigrator migrator,
CacheFlusher cacheFlusher,
BatchableWorkSource<ContentEntityObject> workSource,
String versionCommentProperty,
String defaultVersionCommment,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService) |
SiteMigratorFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
CacheFlusher cacheFlusher,
PageTemplateDao pageTemplateDao,
PageTemplateManager pageTemplateManager,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService)
|
SiteMigratorFactory(org.hibernate.SessionFactory sessionFactory,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
CacheFlusher cacheFlusher,
PageTemplateDao pageTemplateDao,
PageTemplateManager pageTemplateManager,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService) |
Modifier and Type | Method and Description |
---|---|
static CacheFlusher |
CacheFlusher.cacheFlusher(com.atlassian.cache.CacheManager cacheManager)
Deprecated.
since 5.10
|
static CacheFlusher |
CacheFlusher.createCacheManagerFlusher(com.atlassian.cache.CacheManager cacheManager)
Deprecated.
since 5.10
|
static CacheFlusher |
CacheFlusher.createCompositeCacheFlusher(Collection<CacheFlusher> cacheFlushers) |
Modifier and Type | Method and Description |
---|---|
static CacheFlusher |
CacheFlusher.createCompositeCacheFlusher(Collection<CacheFlusher> cacheFlushers) |
Modifier and Type | Class and Description |
---|---|
class |
VCacheFlusher
An implementation of
CacheFlusher which flushes VCache instances. |
Modifier and Type | Method and Description |
---|---|
void |
BackupImporter.setCacheFlusher(CacheFlusher cacheFlusher) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultUpgradeManager.setCacheFlusher(CacheFlusher cacheFlusher) |
Copyright © 2003–2018 Atlassian. All rights reserved.