Uses of Class
org.apache.flink.runtime.metrics.ThresholdMeter
-
Packages that use ThresholdMeter Package Description org.apache.flink.runtime.resourcemanager.active -
-
Uses of ThresholdMeter in org.apache.flink.runtime.resourcemanager.active
Methods in org.apache.flink.runtime.resourcemanager.active that return ThresholdMeter Modifier and Type Method Description static ThresholdMeter
ActiveResourceManagerFactory. createStartWorkerFailureRater(org.apache.flink.configuration.Configuration configuration)
Constructors in org.apache.flink.runtime.resourcemanager.active with parameters of type ThresholdMeter 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)
-