Package org.apache.flink.runtime.resourcemanager.active
-
Interface Summary Interface Description ResourceEventHandler<WorkerType extends ResourceIDRetrievable> Callback interfaces for handling resource events from external resource managers.ResourceManagerDriver<WorkerType extends ResourceIDRetrievable> AResourceManagerDriveris responsible for requesting and releasing resources from/to a particular external resource manager. -
Class Summary Class Description AbstractResourceManagerDriver<WorkerType extends ResourceIDRetrievable> Abstract common base class for implementations ofResourceManagerDriver.ActiveResourceManager<WorkerType extends ResourceIDRetrievable> An active implementation ofResourceManager.ActiveResourceManagerFactory<WorkerType extends ResourceIDRetrievable> Factory class for creatingActiveResourceManagerwith various implementations ofResourceManagerDriver.