Class StandaloneResourceManager

java.lang.Object
org.apache.flink.runtime.rpc.RpcEndpoint
org.apache.flink.runtime.rpc.FencedRpcEndpoint<ResourceManagerId>
org.apache.flink.runtime.resourcemanager.ResourceManager<ResourceID>
org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
All Implemented Interfaces:
AutoCloseable, BlocklistListener, ClusterPartitionManager, ResourceManagerGateway, org.apache.flink.runtime.rpc.FencedRpcGateway<ResourceManagerId>, org.apache.flink.runtime.rpc.RpcGateway, DelegationTokenManager.Listener, org.apache.flink.util.AutoCloseableAsync

public class StandaloneResourceManager extends ResourceManager<ResourceID>
A standalone implementation of the resource manager. Used when the system is started in standalone mode (via scripts), rather than via a resource framework like YARN.

This ResourceManager doesn't acquire new resources.