Class ResourceManagerProcessContext
java.lang.Object
org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
This class contains information and services needed for creating a
ResourceManager, which do not change during the
lifetime of the process and can be reused between multiple resource manager instances in the
process.-
Constructor Summary
ConstructorsConstructorDescriptionResourceManagerProcessContext(org.apache.flink.configuration.Configuration rmConfig, ResourceID resourceId, ResourceManagerRuntimeServicesConfiguration rmRuntimeServicesConfig, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, MetricRegistry metricRegistry, String hostname, Executor ioExecutor) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.runtime.rpc.FatalErrorHandlerorg.apache.flink.configuration.Configurationorg.apache.flink.runtime.rpc.RpcService
-
Constructor Details
-
ResourceManagerProcessContext
public ResourceManagerProcessContext(org.apache.flink.configuration.Configuration rmConfig, ResourceID resourceId, ResourceManagerRuntimeServicesConfiguration rmRuntimeServicesConfig, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, @Nullable String webInterfaceUrl, MetricRegistry metricRegistry, String hostname, Executor ioExecutor)
-
-
Method Details
-
getRmConfig
public org.apache.flink.configuration.Configuration getRmConfig() -
getResourceId
-
getRmRuntimeServicesConfig
-
getRpcService
public org.apache.flink.runtime.rpc.RpcService getRpcService() -
getHighAvailabilityServices
-
getHeartbeatServices
-
getDelegationTokenManager
-
getFatalErrorHandler
public org.apache.flink.runtime.rpc.FatalErrorHandler getFatalErrorHandler() -
getClusterInformation
-
getWebInterfaceUrl
-
getMetricRegistry
-
getHostname
-
getIoExecutor
-