Uses of Class
org.apache.flink.runtime.resourcemanager.ResourceManager
Packages that use ResourceManager
Package
Description
-
Uses of ResourceManager in org.apache.flink.runtime.resourcemanager
Subclasses of ResourceManager in org.apache.flink.runtime.resourcemanagerModifier and TypeClassDescriptionclassA standalone implementation of the resource manager.Methods in org.apache.flink.runtime.resourcemanager that return ResourceManagerModifier and TypeMethodDescriptionprotected abstract ResourceManager<T>ResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup, ResourceManagerRuntimeServices resourceManagerRuntimeServices, Executor ioExecutor) ResourceManagerFactory.createResourceManager(ResourceManagerProcessContext context, UUID leaderSessionId) protected ResourceManager<ResourceID>StandaloneResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup, ResourceManagerRuntimeServices resourceManagerRuntimeServices, Executor ioExecutor) ResourceManagerServiceImpl.getLeaderResourceManager() -
Uses of ResourceManager in org.apache.flink.runtime.resourcemanager.active
Subclasses of ResourceManager in org.apache.flink.runtime.resourcemanager.activeModifier and TypeClassDescriptionclassActiveResourceManager<WorkerType extends ResourceIDRetrievable>An active implementation ofResourceManager.Methods in org.apache.flink.runtime.resourcemanager.active that return ResourceManagerModifier and TypeMethodDescriptionActiveResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup, ResourceManagerRuntimeServices resourceManagerRuntimeServices, Executor ioExecutor)