public class MigrationService extends Object implements org.exoplatform.commons.cluster.StartableClusterAware
| Constructor and Description |
|---|
MigrationService(org.exoplatform.wiki.service.impl.JCRDataStorage jcrDataStorage,
org.exoplatform.wiki.jpa.JPADataStorage jpaDataStorage,
org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.wiki.mow.core.api.MOWService mowService,
org.exoplatform.commons.search.index.IndexingService indexingService,
WikiMigrationSettingService wikiMigrationSettingService) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getExecutorService() |
CountDownLatch |
getLatch() |
boolean |
isDone() |
void |
setExecutorService(ExecutorService executorService) |
void |
start() |
void |
stop() |
public MigrationService(org.exoplatform.wiki.service.impl.JCRDataStorage jcrDataStorage,
org.exoplatform.wiki.jpa.JPADataStorage jpaDataStorage,
org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.wiki.mow.core.api.MOWService mowService,
org.exoplatform.commons.search.index.IndexingService indexingService,
WikiMigrationSettingService wikiMigrationSettingService)
public ExecutorService getExecutorService()
public void setExecutorService(ExecutorService executorService)
public CountDownLatch getLatch()
public void start()
start in interface org.exoplatform.commons.cluster.StartableClusterAwarepublic boolean isDone()
isDone in interface org.exoplatform.commons.cluster.StartableClusterAwarepublic void stop()
stop in interface org.exoplatform.commons.cluster.StartableClusterAwareCopyright © 2003–2018 eXo Platform SAS. All rights reserved.