Package org.apache.flink.configuration
Class AlgorithmOptions
- java.lang.Object
-
- org.apache.flink.configuration.AlgorithmOptions
-
@PublicEvolving public class AlgorithmOptions extends Object
Configuration parameters for join/sort algorithms.
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigOption<Boolean>
HASH_JOIN_BLOOM_FILTERS
static ConfigOption<Float>
SORT_SPILLING_THRESHOLD
static ConfigOption<Integer>
SPILLING_MAX_FAN
static ConfigOption<Boolean>
USE_LARGE_RECORDS_HANDLER
-
Constructor Summary
Constructors Constructor Description AlgorithmOptions()
-
-
-
Field Detail
-
HASH_JOIN_BLOOM_FILTERS
public static final ConfigOption<Boolean> HASH_JOIN_BLOOM_FILTERS
-
SPILLING_MAX_FAN
public static final ConfigOption<Integer> SPILLING_MAX_FAN
-
SORT_SPILLING_THRESHOLD
public static final ConfigOption<Float> SORT_SPILLING_THRESHOLD
-
USE_LARGE_RECORDS_HANDLER
public static final ConfigOption<Boolean> USE_LARGE_RECORDS_HANDLER
-
-