Uses of Interface
org.apache.flink.runtime.resourcemanager.active.ResourceManagerDriver
-
Packages that use ResourceManagerDriver Package Description org.apache.flink.runtime.resourcemanager.active -
-
Uses of ResourceManagerDriver in org.apache.flink.runtime.resourcemanager.active
Classes in org.apache.flink.runtime.resourcemanager.active that implement ResourceManagerDriver Modifier and Type Class Description classAbstractResourceManagerDriver<WorkerType extends ResourceIDRetrievable>Abstract common base class for implementations ofResourceManagerDriver.Methods in org.apache.flink.runtime.resourcemanager.active that return ResourceManagerDriver Modifier and Type Method Description protected abstract ResourceManagerDriver<WorkerType>ActiveResourceManagerFactory. createResourceManagerDriver(org.apache.flink.configuration.Configuration configuration, String webInterfaceUrl, String rpcAddress)Constructors in org.apache.flink.runtime.resourcemanager.active with parameters of type ResourceManagerDriver Constructor Description 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, Duration retryInterval, Duration workerRegistrationTimeout, Duration previousWorkerRecoverTimeout, Executor ioExecutor)
-