Uses of Class
org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager.RegistrationResult
-
Packages that use SlotManager.RegistrationResult Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of SlotManager.RegistrationResult in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return SlotManager.RegistrationResult Modifier and Type Method Description SlotManager.RegistrationResultFineGrainedSlotManager. registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile)SlotManager.RegistrationResultSlotManager. registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile)Registers a new task manager at the slot manager.static SlotManager.RegistrationResultSlotManager.RegistrationResult. valueOf(String name)Returns the enum constant of this type with the specified name.static SlotManager.RegistrationResult[]SlotManager.RegistrationResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-