Class RestoreIndexSnapshotMaintenanceTask
- java.lang.Object
-
- com.atlassian.confluence.impl.system.task.RestoreIndexSnapshotMaintenanceTask
-
- All Implemented Interfaces:
SystemMaintenanceTask
public class RestoreIndexSnapshotMaintenanceTask extends Object implements SystemMaintenanceTask
ASystemMaintenanceTask
that is created when a node uploads a snapshot of its index to be used by other nodes in the cluster to replace their indexes.- Since:
- 7.7.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RestoreIndexSnapshotMaintenanceTask.IndexSnapshot
Hold an index snapshot
-
Constructor Summary
Constructors Constructor Description RestoreIndexSnapshotMaintenanceTask(String sourceNodeId, Collection<RestoreIndexSnapshotMaintenanceTask.IndexSnapshot> indexSnapshots)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<RestoreIndexSnapshotMaintenanceTask.IndexSnapshot>
getIndexSnapshots()
String
getSourceNodeId()
-
-
-
Constructor Detail
-
RestoreIndexSnapshotMaintenanceTask
public RestoreIndexSnapshotMaintenanceTask(String sourceNodeId, Collection<RestoreIndexSnapshotMaintenanceTask.IndexSnapshot> indexSnapshots)
-
-
Method Detail
-
getSourceNodeId
public String getSourceNodeId()
-
getIndexSnapshots
public Collection<RestoreIndexSnapshotMaintenanceTask.IndexSnapshot> getIndexSnapshots()
-
-