Uses of Interface
org.apache.flink.runtime.resourcemanager.active.ResourceEventHandler
-
Packages that use ResourceEventHandler Package Description org.apache.flink.runtime.resourcemanager.active -
-
Uses of ResourceEventHandler in org.apache.flink.runtime.resourcemanager.active
Classes in org.apache.flink.runtime.resourcemanager.active that implement ResourceEventHandler Modifier and Type Class Description classActiveResourceManager<WorkerType extends ResourceIDRetrievable>An active implementation ofResourceManager.Methods in org.apache.flink.runtime.resourcemanager.active that return ResourceEventHandler Modifier and Type Method Description protected ResourceEventHandler<WorkerType>AbstractResourceManagerDriver. getResourceEventHandler()Methods in org.apache.flink.runtime.resourcemanager.active with parameters of type ResourceEventHandler Modifier and Type Method Description voidAbstractResourceManagerDriver. initialize(ResourceEventHandler<WorkerType> resourceEventHandler, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, Executor ioExecutor, BlockedNodeRetriever blockedNodeRetriever)voidResourceManagerDriver. initialize(ResourceEventHandler<WorkerType> resourceEventHandler, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, Executor ioExecutor, BlockedNodeRetriever blockedNodeRetriever)Initialize the deployment specific components.
-