| Modifier and Type | Method and Description |
|---|---|
protected TriggerId |
TriggerIdPathParameter.convertFromString(String value) |
protected abstract X |
MessageParameter.convertFromString(String value)
Converts the given string to a valid value of this parameter.
|
protected OperatorID |
OperatorIDPathParameter.convertFromString(String value) |
List<X> |
MessageQueryParameter.convertFromString(String values) |
protected JobVertexID |
JobVertexIdPathParameter.convertFromString(String value) |
protected Integer |
SubtaskIndexPathParameter.convertFromString(String value) |
abstract X |
MessageQueryParameter.convertStringToValue(String value)
Converts the given string to a valid value of this parameter.
|
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 |
|---|---|
protected Integer |
SubtaskAttemptPathParameter.convertFromString(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–2022 The Apache Software Foundation. All rights reserved.