Uses of Class
org.apache.flink.runtime.metrics.MetricRegistryImpl
-
Packages that use MetricRegistryImpl Package Description org.apache.flink.runtime.entrypoint org.apache.flink.runtime.minicluster -
-
Uses of MetricRegistryImpl in org.apache.flink.runtime.entrypoint
Methods in org.apache.flink.runtime.entrypoint that return MetricRegistryImpl Modifier and Type Method Description protected MetricRegistryImpl
ClusterEntrypoint. 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 MetricRegistryImpl Modifier and Type Method Description protected MetricRegistryImpl
MiniCluster. createMetricRegistry(org.apache.flink.configuration.Configuration config, long maximumMessageSizeInBytes)
Factory method to create the metric registry for the mini cluster.
-