Class CreateSnapshotAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<CreateSnapshotResponse>
-
- org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction
-
public class CreateSnapshotAction extends ActionType<CreateSnapshotResponse>
Create snapshot action
-
-
Field Summary
Fields Modifier and Type Field Description static CreateSnapshotActionINSTANCEstatic StringNAME
-
-
-
Field Detail
-
INSTANCE
public static final CreateSnapshotAction INSTANCE
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-