public class DefaultClusterImportService extends Object implements ClusterImportService
| Constructor and Description |
|---|
DefaultClusterImportService(NodeStateManager nodeStateManager,
IndexCopyService indexCopyService) |
| Modifier and Type | Method and Description |
|---|---|
void |
doImport(String fileName)
Perform import operations required on the destination node.
|
void |
prepareImport() |
public DefaultClusterImportService(NodeStateManager nodeStateManager, IndexCopyService indexCopyService)
public void prepareImport()
prepareImport in interface ClusterImportServicepublic void doImport(String fileName)
ClusterImportServicedoImport in interface ClusterImportServicefileName - Name of the index backup file to be imported.Copyright © 2002-2018 Atlassian. All Rights Reserved.