Uses of Interface
org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerFactory
-
Packages that use ResourceManagerPartitionTrackerFactory Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.resourcemanager.active -
-
Uses of ResourceManagerPartitionTrackerFactory in org.apache.flink.runtime.resourcemanager
Constructors in org.apache.flink.runtime.resourcemanager with parameters of type ResourceManagerPartitionTrackerFactory Constructor Description ResourceManager(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, org.apache.flink.api.common.time.Time rpcTimeout, Executor ioExecutor)StandaloneResourceManager(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, org.apache.flink.api.common.time.Time startupPeriodTime, org.apache.flink.api.common.time.Time rpcTimeout, Executor ioExecutor) -
Uses of ResourceManagerPartitionTrackerFactory in org.apache.flink.runtime.resourcemanager.active
Constructors in org.apache.flink.runtime.resourcemanager.active with parameters of type ResourceManagerPartitionTrackerFactory 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, java.time.Duration retryInterval, java.time.Duration workerRegistrationTimeout, java.time.Duration previousWorkerRecoverTimeout, Executor ioExecutor)
-