| Modifier and Type | Method and Description |
|---|---|
protected abstract X |
MessageParameter.convertFromString(String value)
Converts the given string to a valid value of this parameter.
|
List<X> |
MessageQueryParameter.convertFromString(String values) |
protected OperatorID |
OperatorIDPathParameter.convertFromString(String value) |
protected JobVertexID |
JobVertexIdPathParameter.convertFromString(String value) |
protected Integer |
SubtaskIndexPathParameter.convertFromString(String value) |
protected TriggerId |
TriggerIdPathParameter.convertFromString(String value) |
abstract X |
MessageQueryParameter.convertStringToValue(String value)
Converts the given string to a valid value of this parameter.
|
Integer |
SubtaskIndexQueryParameter.convertStringToValue(String value) |
void |
MessageParameter.resolveFromString(String value)
Resolves this parameter for the given string value representation.
|
| Modifier and Type | Method and Description |
|---|---|
protected Long |
CheckpointIdPathParameter.convertFromString(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<FailureLabelFilterParameter.FailureLabel> |
FailureLabelFilterParameter.convertFromString(String values) |
protected Integer |
SubtaskAttemptPathParameter.convertFromString(String value) |
FailureLabelFilterParameter.FailureLabel |
FailureLabelFilterParameter.convertStringToValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
MetricsAggregationParameter.AggregationMode |
MetricsAggregationParameter.convertStringToValue(String value) |
org.apache.flink.api.common.JobID |
JobsFilterQueryParameter.convertStringToValue(String value) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.