Interface | Description |
---|---|
SystemMaintenanceTask |
Interface representing tasks to be performed by the
SystemMaintenanceTaskQueue . |
SystemMaintenanceTaskMarshalling |
Marshal a
SystemMaintenanceTask into a string and vice versa |
Class | Description |
---|---|
CreateIndexSnapshotMaintenanceTask |
Create an index snapshot after a successful reindex in DC
|
JsonSystemMaintenanceTaskMarshalling |
Use JSON to marshal/unmarshal tasks
|
RestoreIndexSnapshotMaintenanceTask |
A
SystemMaintenanceTask 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. |
RestoreIndexSnapshotMaintenanceTask.IndexSnapshot |
Hold an index snapshot
|
Enum | Description |
---|---|
SystemMaintenanceTaskType |
Types of
SystemMaintenanceTask s. |
Copyright © 2003–2021 Atlassian. All rights reserved.