static SlotSharingGroup.Builder |
SlotSharingGroup.newBuilder(String name) |
|
SlotSharingGroup.Builder |
SlotSharingGroup.Builder.setCpuCores(double cpuCores) |
Set the CPU cores for this SlotSharingGroup.
|
SlotSharingGroup.Builder |
SlotSharingGroup.Builder.setExternalResource(String name,
double value) |
Add the given external resource.
|
SlotSharingGroup.Builder |
SlotSharingGroup.Builder.setManagedMemory(org.apache.flink.configuration.MemorySize managedMemory) |
Set the task managed memory for this SlotSharingGroup.
|
SlotSharingGroup.Builder |
SlotSharingGroup.Builder.setManagedMemoryMB(int managedMemoryMB) |
Set the task managed memory for this SlotSharingGroup in MB.
|
SlotSharingGroup.Builder |
SlotSharingGroup.Builder.setTaskHeapMemory(org.apache.flink.configuration.MemorySize taskHeapMemory) |
Set the task heap memory for this SlotSharingGroup.
|
SlotSharingGroup.Builder |
SlotSharingGroup.Builder.setTaskHeapMemoryMB(int taskHeapMemoryMB) |
Set the task heap memory for this SlotSharingGroup in MB.
|
SlotSharingGroup.Builder |
SlotSharingGroup.Builder.setTaskOffHeapMemory(org.apache.flink.configuration.MemorySize taskOffHeapMemory) |
Set the task off-heap memory for this SlotSharingGroup.
|
SlotSharingGroup.Builder |
SlotSharingGroup.Builder.setTaskOffHeapMemoryMB(int taskOffHeapMemoryMB) |
Set the task off-heap memory for this SlotSharingGroup in MB.
|