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