Uses of Enum
org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager.RegistrationResult
Packages that use SlotManager.RegistrationResult
-
Uses of SlotManager.RegistrationResult in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return SlotManager.RegistrationResultModifier and TypeMethodDescriptionFineGrainedSlotManager.registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile) SlotManager.registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile) Registers a new task manager at the slot manager.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.