Uses of Class
org.apache.flink.configuration.MemorySize
Packages that use MemorySize
-
Uses of MemorySize in org.apache.flink.configuration
Fields in org.apache.flink.configuration declared as MemorySizeModifier and TypeFieldDescriptionstatic final MemorySizeMemorySize.MAX_VALUEstatic final MemorySizeMemorySize.ZEROMethods in org.apache.flink.configuration that return MemorySizeModifier and TypeMethodDescriptionMemorySize.add(MemorySize that) MemorySize.divide(long by) MemorySize.multiply(double multiplier) static MemorySizeMemorySize.ofMebiBytes(long mebiBytes) static MemorySizeParses the given string as as MemorySize.static MemorySizeMemorySize.parse(String text, MemorySize.MemoryUnit defaultUnit) Parses the given string with a default unit.MemorySize.subtract(MemorySize that) Methods in org.apache.flink.configuration that return types with arguments of type MemorySizeModifier and TypeMethodDescriptionConfigOptions.OptionBuilder.memoryType()Defines that the value of the option should be ofMemorySizetype.Methods in org.apache.flink.configuration with parameters of type MemorySizeModifier and TypeMethodDescriptionMemorySize.add(MemorySize that) intMemorySize.compareTo(MemorySize that) MemorySize.subtract(MemorySize that) -
Uses of MemorySize in org.apache.flink.table.api.config
Fields in org.apache.flink.table.api.config with type parameters of type MemorySizeModifier and TypeFieldDescriptionstatic final ConfigOption<MemorySize>ExecutionConfigOptions.TABLE_EXEC_RESOURCE_EXTERNAL_BUFFER_MEMORYstatic final ConfigOption<MemorySize>ExecutionConfigOptions.TABLE_EXEC_RESOURCE_HASH_AGG_MEMORYstatic final ConfigOption<MemorySize>ExecutionConfigOptions.TABLE_EXEC_RESOURCE_HASH_JOIN_MEMORYstatic final ConfigOption<MemorySize>ExecutionConfigOptions.TABLE_EXEC_RESOURCE_SORT_MEMORYstatic final ConfigOption<MemorySize>ExecutionConfigOptions.TABLE_EXEC_SPILL_COMPRESSION_BLOCK_SIZEstatic final ConfigOption<MemorySize>OptimizerConfigOptions.TABLE_OPTIMIZER_ADAPTIVE_SKEWED_JOIN_OPTIMIZATION_SKEWED_THRESHOLDstatic final ConfigOption<MemorySize>OptimizerConfigOptions.TABLE_OPTIMIZER_RUNTIME_FILTER_MAX_BUILD_DATA_SIZEThe data volume of build side needs to be under this value.static final ConfigOption<MemorySize>OptimizerConfigOptions.TABLE_OPTIMIZER_RUNTIME_FILTER_MIN_PROBE_DATA_SIZEThe data volume of probe side needs to be over this value.