Uses of Interface
org.apache.flink.runtime.resourcemanager.slotmanager.ResourceEventListener
-
Packages that use ResourceEventListener Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of ResourceEventListener in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type ResourceEventListener Modifier and Type Method Description voidFineGrainedSlotManager. start(ResourceManagerId newResourceManagerId, Executor newMainThreadExecutor, ResourceAllocator newResourceAllocator, ResourceEventListener newResourceEventListener, BlockedTaskManagerChecker newBlockedTaskManagerChecker)Starts the slot manager with the given leader id and resource manager actions.voidSlotManager. start(ResourceManagerId newResourceManagerId, Executor newMainThreadExecutor, ResourceAllocator newResourceAllocator, ResourceEventListener resourceEventListener, BlockedTaskManagerChecker newBlockedTaskManagerChecker)Starts the slot manager with the given leader id and resource manager actions.
-