Uses of Class
org.apache.flink.runtime.metrics.MetricRegistryImpl
Packages that use MetricRegistryImpl
-
Uses of MetricRegistryImpl in org.apache.flink.runtime.entrypoint
Methods in org.apache.flink.runtime.entrypoint that return MetricRegistryImplModifier and TypeMethodDescriptionprotected MetricRegistryImplClusterEntrypoint.createMetricRegistry(org.apache.flink.configuration.Configuration configuration, org.apache.flink.core.plugin.PluginManager pluginManager, org.apache.flink.runtime.rpc.RpcSystemUtils rpcSystemUtils) -
Uses of MetricRegistryImpl in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return MetricRegistryImplModifier and TypeMethodDescriptionprotected MetricRegistryImplMiniCluster.createMetricRegistry(org.apache.flink.configuration.Configuration config, long maximumMessageSizeInBytes) Factory method to create the metric registry for the mini cluster.