Package | Description |
---|---|
org.apache.flink.api.common.operators |
Modifier and Type | Method and Description |
---|---|
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(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(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(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.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.