| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.resourcemanager.active |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractResourceManagerDriver<WorkerType extends ResourceIDRetrievable>
Abstract common base class for implementations of
ResourceManagerDriver. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract ResourceManagerDriver<WorkerType> |
ActiveResourceManagerFactory.createResourceManagerDriver(org.apache.flink.configuration.Configuration configuration,
String webInterfaceUrl,
String rpcAddress) |
| 构造器和说明 |
|---|
ActiveResourceManager(ResourceManagerDriver<WorkerType> resourceManagerDriver,
org.apache.flink.configuration.Configuration flinkConfig,
org.apache.flink.runtime.rpc.RpcService rpcService,
UUID leaderSessionId,
ResourceID resourceId,
HeartbeatServices heartbeatServices,
DelegationTokenManager delegationTokenManager,
SlotManager slotManager,
ResourceManagerPartitionTrackerFactory clusterPartitionTrackerFactory,
BlocklistHandler.Factory blocklistHandlerFactory,
JobLeaderIdService jobLeaderIdService,
ClusterInformation clusterInformation,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
ResourceManagerMetricGroup resourceManagerMetricGroup,
ThresholdMeter startWorkerFailureRater,
java.time.Duration retryInterval,
java.time.Duration workerRegistrationTimeout,
java.time.Duration previousWorkerRecoverTimeout,
Executor ioExecutor) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.