Class BatchExecutionOptionsInternal
- java.lang.Object
-
- org.apache.flink.runtime.scheduler.adaptivebatch.BatchExecutionOptionsInternal
-
@Internal public class BatchExecutionOptionsInternal extends Object
Internal configuration options for the batch job execution.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<Double>
ADAPTIVE_SKEWED_OPTIMIZATION_SKEWED_FACTOR
static org.apache.flink.configuration.ConfigOption<org.apache.flink.configuration.MemorySize>
ADAPTIVE_SKEWED_OPTIMIZATION_SKEWED_THRESHOLD
-
Constructor Summary
Constructors Constructor Description BatchExecutionOptionsInternal()
-
-
-
Field Detail
-
ADAPTIVE_SKEWED_OPTIMIZATION_SKEWED_THRESHOLD
public static final org.apache.flink.configuration.ConfigOption<org.apache.flink.configuration.MemorySize> ADAPTIVE_SKEWED_OPTIMIZATION_SKEWED_THRESHOLD
-
ADAPTIVE_SKEWED_OPTIMIZATION_SKEWED_FACTOR
public static final org.apache.flink.configuration.ConfigOption<Double> ADAPTIVE_SKEWED_OPTIMIZATION_SKEWED_FACTOR
-
-