Class CreateIndexSnapshotMaintenanceTask
- java.lang.Object
-
- com.atlassian.confluence.impl.system.task.CreateIndexSnapshotMaintenanceTask
-
- All Implemented Interfaces:
SystemMaintenanceTask
public class CreateIndexSnapshotMaintenanceTask extends Object implements SystemMaintenanceTask
Create an index snapshot after a successful reindex in DC- Since:
- 7.7.0
-
-
Constructor Summary
Constructors Constructor Description CreateIndexSnapshotMaintenanceTask(String sourceNodeId, Collection<Index> indices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Index>
getIndices()
String
getSourceNodeId()
-
-
-
Constructor Detail
-
CreateIndexSnapshotMaintenanceTask
public CreateIndexSnapshotMaintenanceTask(String sourceNodeId, Collection<Index> indices)
-
-
Method Detail
-
getSourceNodeId
public String getSourceNodeId()
-
getIndices
public Collection<Index> getIndices()
-
-