Uses of Class
org.apache.flink.configuration.MemorySize
-
Packages that use MemorySize Package Description org.apache.flink.api.common org.apache.flink.configuration -
-
Uses of MemorySize in org.apache.flink.api.common
Methods in org.apache.flink.api.common that return MemorySize Modifier and Type Method Description MemorySizeSlotSharingGroup. getManagedMemory()MemorySizeSlotSharingGroup. getTaskHeapMemory()MemorySizeSlotSharingGroup. getTaskOffHeapMemory()Methods in org.apache.flink.api.common with parameters of type MemorySize Modifier and Type Method Description SlotSharingGroup.BuilderSlotSharingGroup.Builder. setManagedMemory(MemorySize managedMemory)Set the task managed memory for this SlotSharingGroup.SlotSharingGroup.BuilderSlotSharingGroup.Builder. setTaskHeapMemory(MemorySize taskHeapMemory)Set the task heap memory for this SlotSharingGroup.SlotSharingGroup.BuilderSlotSharingGroup.Builder. setTaskOffHeapMemory(MemorySize taskOffHeapMemory)Set the task off-heap memory for this SlotSharingGroup. -
Uses of MemorySize in org.apache.flink.configuration
Fields in org.apache.flink.configuration declared as MemorySize Modifier and Type Field Description static MemorySizeMemorySize. MAX_VALUEstatic MemorySizeMemorySize. ZEROMethods in org.apache.flink.configuration that return MemorySize Modifier and Type Method Description MemorySizeMemorySize. add(MemorySize that)MemorySizeMemorySize. divide(long by)MemorySizeMemorySize. multiply(double multiplier)static MemorySizeMemorySize. ofMebiBytes(long mebiBytes)static MemorySizeMemorySize. parse(String text)Parses the given string as as MemorySize.static MemorySizeMemorySize. parse(String text, MemorySize.MemoryUnit defaultUnit)Parses the given string with a default unit.MemorySizeMemorySize. subtract(MemorySize that)Methods in org.apache.flink.configuration with parameters of type MemorySize Modifier and Type Method Description MemorySizeMemorySize. add(MemorySize that)intMemorySize. compareTo(MemorySize that)MemorySizeMemorySize. subtract(MemorySize that)
-