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 JobVertexIDJobVertexIdPathParameter. convertFromString(String value)protected abstract XMessageParameter. convertFromString(String value)Converts the given string to a valid value of this parameter.List<X>MessageQueryParameter. convertFromString(String values)protected StringOperatorUidPathParameter. convertFromString(String value)protected IntegerSubtaskIndexPathParameter. convertFromString(String value)protected TriggerIdTriggerIdPathParameter. convertFromString(String value)abstract XMessageQueryParameter. convertStringToValue(String value)Converts the given string to a valid value of this parameter.IntegerSubtaskIndexQueryParameter. convertStringToValue(String value)voidMessageParameter. 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 LongCheckpointIdPathParameter. 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 IntegerSubtaskAttemptPathParameter. convertFromString(String value)FailureLabelFilterParameter.FailureLabelFailureLabelFilterParameter. 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.JobIDJobsFilterQueryParameter. convertStringToValue(String value)MetricsAggregationParameter.AggregationModeMetricsAggregationParameter. convertStringToValue(String value)
-