Modifier and Type | Method and Description |
---|---|
List<X> |
MessageQueryParameter.convertFromString(String values) |
protected Integer |
SubtaskIndexPathParameter.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) |
protected TriggerId |
TriggerIdPathParameter.convertFromString(String value) |
protected JobVertexID |
JobVertexIdPathParameter.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) |
JobID |
JobsFilterQueryParameter.convertStringToValue(String value) |
Modifier and Type | Method and Description |
---|---|
protected String |
JarIdPathParameter.convertFromString(String value) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.