Uses of Class
org.apache.flink.runtime.rest.messages.ConversionException
-
-
Uses of ConversionException in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that throw ConversionException Modifier and Type Method Description protected JobVertexID
JobVertexIdPathParameter. convertFromString(String value)
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 String
OperatorUidPathParameter. 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. -
Uses of ConversionException in org.apache.flink.runtime.rest.messages.checkpoints
Methods in org.apache.flink.runtime.rest.messages.checkpoints that throw ConversionException Modifier and Type Method Description protected Long
CheckpointIdPathParameter. convertFromString(String value)
-
Uses of ConversionException in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that throw ConversionException Modifier and Type Method Description List<FailureLabelFilterParameter.FailureLabel>
FailureLabelFilterParameter. convertFromString(String values)
protected Integer
SubtaskAttemptPathParameter. convertFromString(String value)
FailureLabelFilterParameter.FailureLabel
FailureLabelFilterParameter. convertStringToValue(String value)
-
Uses of ConversionException in org.apache.flink.runtime.rest.messages.job.metrics
Methods in org.apache.flink.runtime.rest.messages.job.metrics that throw ConversionException Modifier and Type Method Description org.apache.flink.api.common.JobID
JobsFilterQueryParameter. convertStringToValue(String value)
MetricsAggregationParameter.AggregationMode
MetricsAggregationParameter. convertStringToValue(String value)
-