Uses of Class
org.elasticsearch.cluster.RestoreInProgress.Entry
-
Packages that use RestoreInProgress.Entry Package Description org.elasticsearch.cluster org.elasticsearch.snapshots -
-
Uses of RestoreInProgress.Entry in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return RestoreInProgress.Entry Modifier and Type Method Description RestoreInProgress.EntryRestoreInProgress. get(String restoreUUID)Methods in org.elasticsearch.cluster that return types with arguments of type RestoreInProgress.Entry Modifier and Type Method Description Iterator<RestoreInProgress.Entry>RestoreInProgress. iterator()Methods in org.elasticsearch.cluster with parameters of type RestoreInProgress.Entry Modifier and Type Method Description RestoreInProgress.BuilderRestoreInProgress.Builder. add(RestoreInProgress.Entry entry)voidRestoreInProgress. toXContent(RestoreInProgress.Entry entry, XContentBuilder builder)Serializes single restore operation -
Uses of RestoreInProgress.Entry in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return RestoreInProgress.Entry Modifier and Type Method Description static RestoreInProgress.EntryRestoreService. restoreInProgress(ClusterState state, String restoreUUID)
-