Modifier and Type | Method and Description |
---|---|
<X,PP extends MessagePathParameter<X>> |
HandlerRequest.getPathParameter(Class<PP> parameterClass)
Returns the value of the
MessagePathParameter for the given class. |
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
RescalingStatusMessageParameters.getPathParameters() |
Modifier and Type | Class and Description |
---|---|
class |
JobIDPathParameter
Path parameter identifying jobs.
|
class |
JobVertexIdPathParameter
Path parameter specifying a
JobVertexID . |
class |
SubtaskIndexPathParameter
Path parameter specifying the index of a subtask.
|
class |
TriggerIdPathParameter
MessagePathParameter for the trigger id of an asynchronous operation. |
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
EmptyMessageParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
JobTerminationMessageParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
JobMessageParameters.getPathParameters() |
abstract Collection<MessagePathParameter<?>> |
MessageParameters.getPathParameters()
Returns the collection of
MessagePathParameter that the request supports. |
Collection<MessagePathParameter<?>> |
JobVertexMessageParameters.getPathParameters() |
Modifier and Type | Class and Description |
---|---|
class |
CheckpointIdPathParameter
Path parameter for the checkpoint id of type
Long . |
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
CheckpointMessageParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
TaskCheckpointMessageParameters.getPathParameters() |
Modifier and Type | Class and Description |
---|---|
class |
SubtaskAttemptPathParameter
Path parameter identifying subtask attempt.
|
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
SubtaskMessageParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
SubtaskAttemptMessageParameters.getPathParameters() |
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
AggregatedJobMetricsParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
AggregateTaskManagerMetricsParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
AggregatedSubtaskMetricsParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
SubtaskMetricsMessageParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
JobManagerMetricsMessageParameters.getPathParameters() |
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
SavepointTriggerMessageParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
SavepointStatusMessageParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
SavepointDisposalStatusMessageParameters.getPathParameters() |
Modifier and Type | Class and Description |
---|---|
class |
TaskManagerIdPathParameter
TaskManager id path parameter used by TaskManager related handlers.
|
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
TaskManagerMessageParameters.getPathParameters() |
Modifier and Type | Class and Description |
---|---|
class |
JarIdPathParameter
Path parameter to identify uploaded jar files.
|
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
JarPlanMessageParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
JarRunMessageParameters.getPathParameters() |
Collection<MessagePathParameter<?>> |
JarDeleteMessageParameters.getPathParameters() |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.