Class SavepointDisposalRequest
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalRequest
-
- All Implemented Interfaces:
RequestBody
public class SavepointDisposalRequest extends Object implements RequestBody
Request body for a savepoint disposal call.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIELD_NAME_SAVEPOINT_PATH
-
Constructor Summary
Constructors Constructor Description SavepointDisposalRequest(String savepointPath)
-
-
-
Field Detail
-
FIELD_NAME_SAVEPOINT_PATH
public static final String FIELD_NAME_SAVEPOINT_PATH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SavepointDisposalRequest
public SavepointDisposalRequest(@Nullable String savepointPath)
-
-
Method Detail
-
getSavepointPath
public String getSavepointPath()
-
-