Class DeleteSnapshotAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<AcknowledgedResponse>
-
- org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction
-
public class DeleteSnapshotAction extends ActionType<AcknowledgedResponse>
Delete snapshot action
-
-
Field Summary
Fields Modifier and Type Field Description static DeleteSnapshotActionINSTANCEstatic StringNAME
-
-
-
Field Detail
-
INSTANCE
public static final DeleteSnapshotAction INSTANCE
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-