Uses of Class
org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
Packages that use SlotManagerConfiguration Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of SlotManagerConfiguration in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return SlotManagerConfiguration Modifier and Type Method Description SlotManagerConfigurationResourceManagerRuntimeServicesConfiguration. getSlotManagerConfiguration()Constructors in org.apache.flink.runtime.resourcemanager with parameters of type SlotManagerConfiguration Constructor Description ResourceManagerRuntimeServicesConfiguration(Duration jobTimeout, SlotManagerConfiguration slotManagerConfiguration) -
Uses of SlotManagerConfiguration in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return SlotManagerConfiguration Modifier and Type Method Description static SlotManagerConfigurationSlotManagerConfiguration. fromConfiguration(org.apache.flink.configuration.Configuration configuration, WorkerResourceSpec defaultWorkerResourceSpec)Constructors in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type SlotManagerConfiguration Constructor Description FineGrainedSlotManager(org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, SlotManagerConfiguration slotManagerConfiguration, SlotManagerMetricGroup slotManagerMetricGroup, ResourceTracker resourceTracker, org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerTracker taskManagerTracker, SlotStatusSyncer slotStatusSyncer, ResourceAllocationStrategy resourceAllocationStrategy)
-