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 |
checkpointIdPathParameter
jobPathParameter
Constructor and Description |
---|
TaskCheckpointMessageParameters() |
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
getPathParameters()
Returns the collection of
MessagePathParameter that the request supports. |
getQueryParameters
isResolved, resolveUrl
protected final JobVertexIdPathParameter jobVertexIdPathParameter
public Collection<MessagePathParameter<?>> getPathParameters()
MessageParameters
MessagePathParameter
that the request supports. The
collection should not be modifiable.getPathParameters
in class CheckpointMessageParameters
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.