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 class
ActiveResourceManager<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 void
AbstractResourceManagerDriver. initialize(ResourceEventHandler<WorkerType> resourceEventHandler, ScheduledExecutor mainThreadExecutor, Executor ioExecutor, BlockedNodeRetriever blockedNodeRetriever)
void
ResourceManagerDriver. initialize(ResourceEventHandler<WorkerType> resourceEventHandler, ScheduledExecutor mainThreadExecutor, Executor ioExecutor, BlockedNodeRetriever blockedNodeRetriever)
Initialize the deployment specific components.
-