Uses of Class
org.elasticsearch.cluster.RestoreInProgress
-
Packages that use RestoreInProgress Package Description org.elasticsearch.cluster org.elasticsearch.cluster.routing.allocation org.elasticsearch.snapshots -
-
Uses of RestoreInProgress in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return RestoreInProgress Modifier and Type Method Description RestoreInProgressRestoreInProgress.Builder. build()Constructors in org.elasticsearch.cluster with parameters of type RestoreInProgress Constructor Description Builder(RestoreInProgress restoreInProgress) -
Uses of RestoreInProgress in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return RestoreInProgress Modifier and Type Method Description RestoreInProgressRoutingAllocation. updateRestoreInfoWithRoutingChanges(RestoreInProgress restoreInProgress)Returns updatedRestoreInProgressbased on the changes that were made to the routing nodesMethods in org.elasticsearch.cluster.routing.allocation with parameters of type RestoreInProgress Modifier and Type Method Description RestoreInProgressRoutingAllocation. updateRestoreInfoWithRoutingChanges(RestoreInProgress restoreInProgress)Returns updatedRestoreInProgressbased on the changes that were made to the routing nodes -
Uses of RestoreInProgress in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return RestoreInProgress Modifier and Type Method Description RestoreInProgressRestoreService.RestoreInProgressUpdater. applyChanges(RestoreInProgress oldRestore)static RestoreInProgressRestoreService. updateRestoreStateWithDeletedIndices(RestoreInProgress oldRestore, Set<Index> deletedIndices)Methods in org.elasticsearch.snapshots with parameters of type RestoreInProgress Modifier and Type Method Description RestoreInProgressRestoreService.RestoreInProgressUpdater. applyChanges(RestoreInProgress oldRestore)static RestoreInProgressRestoreService. updateRestoreStateWithDeletedIndices(RestoreInProgress oldRestore, Set<Index> deletedIndices)
-