Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction
-
Packages that use RestoreSnapshotAction Package Description org.elasticsearch.action.admin.cluster.snapshots.restore -
-
Uses of RestoreSnapshotAction in org.elasticsearch.action.admin.cluster.snapshots.restore
Fields in org.elasticsearch.action.admin.cluster.snapshots.restore declared as RestoreSnapshotAction Modifier and Type Field Description static RestoreSnapshotActionRestoreSnapshotAction. INSTANCEConstructors in org.elasticsearch.action.admin.cluster.snapshots.restore with parameters of type RestoreSnapshotAction Constructor Description RestoreSnapshotRequestBuilder(ElasticsearchClient client, RestoreSnapshotAction action)Constructs new restore snapshot request builderRestoreSnapshotRequestBuilder(ElasticsearchClient client, RestoreSnapshotAction action, String repository, String name)Constructs new restore snapshot request builder with specified repository and snapshot names
-