public class SavepointTriggerRequestBody extends Object implements RequestBody
RequestBody
to trigger savepoints.Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_TARGET_DIRECTORY |
Constructor and Description |
---|
SavepointTriggerRequestBody(String targetDirectory,
Boolean cancelJob,
SavepointFormatType formatType,
TriggerId triggerId) |
Modifier and Type | Method and Description |
---|---|
SavepointFormatType |
getFormatType() |
Optional<String> |
getTargetDirectory() |
Optional<TriggerId> |
getTriggerId() |
boolean |
isCancelJob() |
public static final String FIELD_NAME_TARGET_DIRECTORY
public boolean isCancelJob()
public SavepointFormatType getFormatType()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.