Modifier and Type | Class and Description |
---|---|
class |
AccumulatorsIncludeSerializedValueQueryParameter
Query parameter for job's accumulator handler
JobAccumulatorsHandler . |
class |
JobIDPathParameter
Path parameter identifying jobs.
|
class |
JobVertexIdPathParameter
Path parameter specifying a
JobVertexID . |
class |
LogFileNamePathParameter
Parameters used by
TaskManagerCustomLogHandler and JobManagerCustomLogHandler . |
class |
MessagePathParameter<X>
This class represents path parameters of a request.
|
class |
MessageQueryParameter<X>
This class represents query parameters of a request.
|
class |
OperatorIDPathParameter
Path parameter identifying operators.
|
class |
RescalingParallelismQueryParameter
Parallelism for the rescaling of jobs specified as a
MessageQueryParameter . |
class |
SubtaskIndexPathParameter
Path parameter specifying the index of a subtask.
|
class |
TerminationModeQueryParameter
Termination mode query parameter.
|
class |
TriggerIdPathParameter
MessagePathParameter for the trigger id of an asynchronous operation. |
Modifier and Type | Class and Description |
---|---|
class |
CheckpointIdPathParameter
Path parameter for the checkpoint id of type
Long . |
Modifier and Type | Class and Description |
---|---|
class |
ClusterDataSetIdPathParameter
Path parameter identifying cluster data sets.
|
Modifier and Type | Class and Description |
---|---|
class |
SubtaskAttemptPathParameter
Path parameter identifying subtask attempt.
|
class |
UpperLimitExceptionParameter
Specifies the upper limit of exceptions to return for JobExceptionsHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
JobsFilterQueryParameter
MessageQueryParameter for selecting jobs when aggregating metrics. |
class |
MetricsAggregationParameter
TODO: add javadoc.
|
class |
MetricsFilterParameter
MessageQueryParameter for filtering metrics provided by MetricStore . |
class |
SubtasksFilterQueryParameter
MessageQueryParameter for selecting subtasks when aggregating metrics. |
class |
TaskManagersFilterQueryParameter
MessageQueryParameter for selecting task managers when aggregating metrics. |
Modifier and Type | Class and Description |
---|---|
class |
TaskManagerIdPathParameter
TaskManager id path parameter used by TaskManager related handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
AllowNonRestoredStateQueryParameter
Query parameter that specifies whether non restored state is allowed if the savepoint contains
state for an operator that is not part of the job.
|
class |
EntryClassQueryParameter
Query parameter specifying the name of the entry point class.
|
class |
JarIdPathParameter
Path parameter to identify uploaded jar files.
|
class |
ParallelismQueryParameter
Query parameter specifying the parallelism of the job.
|
class |
ProgramArgQueryParameter
Query parameter specifying one or more arguments for the program.
|
class |
ProgramArgsQueryParameter
Deprecated.
please, use
JarRequestBody.FIELD_NAME_PROGRAM_ARGUMENTS_LIST |
class |
SavepointPathQueryParameter
Query parameter that specifies the savepoint to restore from.
|
class |
StringQueryParameter
Abstract super class for
String query parameters. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.