public class TaskCheckpointMessageParameters extends CheckpointMessageParameters
The message requires a JobID, checkpoint ID and a JobVertexID to be specified.
| Modifier and Type | Field and Description |
|---|---|
protected JobVertexIdPathParameter |
jobVertexIdPathParameter |
checkpointIdPathParameterjobPathParameter| Constructor and Description |
|---|
TaskCheckpointMessageParameters() |
| Modifier and Type | Method and Description |
|---|---|
Collection<MessagePathParameter<?>> |
getPathParameters()
Returns the collection of
MessagePathParameter that the request supports. |
getQueryParametersisResolved, resolveUrlprotected final JobVertexIdPathParameter jobVertexIdPathParameter
public Collection<MessagePathParameter<?>> getPathParameters()
MessageParametersMessagePathParameter that the request supports. The collection should not be
modifiable.getPathParameters in class CheckpointMessageParametersCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.