Uses of Class
org.apache.flink.runtime.metrics.groups.ResourceManagerMetricGroup
Packages that use ResourceManagerMetricGroup
Package
Description
-
Uses of ResourceManagerMetricGroup in org.apache.flink.runtime.metrics.groups
Subclasses of ResourceManagerMetricGroup in org.apache.flink.runtime.metrics.groupsModifier and TypeClassDescriptionstatic classA safe drop-in replacement forResourceManagerMetricGroups.Methods in org.apache.flink.runtime.metrics.groups that return ResourceManagerMetricGroupModifier and TypeMethodDescriptionstatic ResourceManagerMetricGroupResourceManagerMetricGroup.create(MetricRegistry metricRegistry, String hostname) static ResourceManagerMetricGroupUnregisteredMetricGroups.createUnregisteredResourceManagerMetricGroup() -
Uses of ResourceManagerMetricGroup in org.apache.flink.runtime.resourcemanager
Fields in org.apache.flink.runtime.resourcemanager declared as ResourceManagerMetricGroupModifier and TypeFieldDescriptionprotected final ResourceManagerMetricGroupResourceManager.resourceManagerMetricGroupMethods in org.apache.flink.runtime.resourcemanager with parameters of type ResourceManagerMetricGroupModifier and TypeMethodDescriptionprotected abstract ResourceManager<T>ResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup, ResourceManagerRuntimeServices resourceManagerRuntimeServices, Executor ioExecutor) protected ResourceManager<ResourceID>StandaloneResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup, ResourceManagerRuntimeServices resourceManagerRuntimeServices, Executor ioExecutor) Constructors in org.apache.flink.runtime.resourcemanager with parameters of type ResourceManagerMetricGroupModifierConstructorDescriptionResourceManager(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, Duration 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, Duration startupPeriodTime, Duration rpcTimeout, Executor ioExecutor) -
Uses of ResourceManagerMetricGroup in org.apache.flink.runtime.resourcemanager.active
Methods in org.apache.flink.runtime.resourcemanager.active with parameters of type ResourceManagerMetricGroupModifier and TypeMethodDescriptionActiveResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup, ResourceManagerRuntimeServices resourceManagerRuntimeServices, Executor ioExecutor) Constructors in org.apache.flink.runtime.resourcemanager.active with parameters of type ResourceManagerMetricGroupModifierConstructorDescriptionActiveResourceManager(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)