| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.resourcemanager.active |
| 限定符和类型 | 方法和说明 |
|---|---|
static ResourceManagerRuntimeServices |
ResourceManagerRuntimeServices.fromConfiguration(ResourceManagerRuntimeServicesConfiguration configuration,
HighAvailabilityServices highAvailabilityServices,
org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor,
SlotManagerMetricGroup slotManagerMetricGroup) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ResourceManager<ResourceID> |
StandaloneResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration,
ResourceID resourceId,
org.apache.flink.runtime.rpc.RpcService rpcService,
UUID leaderSessionId,
HeartbeatServices heartbeatServices,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
ResourceManagerMetricGroup resourceManagerMetricGroup,
ResourceManagerRuntimeServices resourceManagerRuntimeServices,
Executor ioExecutor) |
protected abstract ResourceManager<T> |
ResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration,
ResourceID resourceId,
org.apache.flink.runtime.rpc.RpcService rpcService,
UUID leaderSessionId,
HeartbeatServices heartbeatServices,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
ResourceManagerMetricGroup resourceManagerMetricGroup,
ResourceManagerRuntimeServices resourceManagerRuntimeServices,
Executor ioExecutor) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResourceManager<WorkerType> |
ActiveResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration,
ResourceID resourceId,
org.apache.flink.runtime.rpc.RpcService rpcService,
UUID leaderSessionId,
HeartbeatServices heartbeatServices,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
ResourceManagerMetricGroup resourceManagerMetricGroup,
ResourceManagerRuntimeServices resourceManagerRuntimeServices,
Executor ioExecutor) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.