Uses of Class
org.apache.flink.table.api.config.ExecutionConfigOptions.RetryStrategy
-
Packages that use ExecutionConfigOptions.RetryStrategy Package Description org.apache.flink.table.api.config -
-
Uses of ExecutionConfigOptions.RetryStrategy in org.apache.flink.table.api.config
Fields in org.apache.flink.table.api.config with type parameters of type ExecutionConfigOptions.RetryStrategy Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<ExecutionConfigOptions.RetryStrategy>
ExecutionConfigOptions. TABLE_EXEC_ASYNC_SCALAR_RETRY_STRATEGY
Methods in org.apache.flink.table.api.config that return ExecutionConfigOptions.RetryStrategy Modifier and Type Method Description static ExecutionConfigOptions.RetryStrategy
ExecutionConfigOptions.RetryStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionConfigOptions.RetryStrategy[]
ExecutionConfigOptions.RetryStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-