Class RestoreSnapshotAction
- java.lang.Object
-
- org.elasticsearch.action.Action<RestoreSnapshotResponse>
-
- org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction
-
public class RestoreSnapshotAction extends Action<RestoreSnapshotResponse>
Restore snapshot action
-
-
Field Summary
Fields Modifier and Type Field Description static RestoreSnapshotActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description RestoreSnapshotResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final RestoreSnapshotAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public RestoreSnapshotResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<RestoreSnapshotResponse>
-
-