Uses of Class
org.apache.pulsar.functions.instance.stats.ComponentStatsManager
Packages that use ComponentStatsManager
-
Uses of ComponentStatsManager in org.apache.pulsar.functions.instance.stats
Subclasses of ComponentStatsManager in org.apache.pulsar.functions.instance.statsModifier and TypeClassDescriptionclassFunction stats.classclassMethods in org.apache.pulsar.functions.instance.stats that return ComponentStatsManagerModifier and TypeMethodDescriptionstatic ComponentStatsManagerComponentStatsManager.getStatsManager(FunctionCollectorRegistry collectorRegistry, String[] metricsLabels, ScheduledExecutorService scheduledExecutorService, org.apache.pulsar.functions.proto.Function.FunctionDetails.ComponentType componentType) -
Uses of ComponentStatsManager in org.apache.pulsar.functions.sink
Constructors in org.apache.pulsar.functions.sink with parameters of type ComponentStatsManagerModifierConstructorDescriptionPulsarSink(org.apache.pulsar.client.api.PulsarClient client, PulsarSinkConfig pulsarSinkConfig, Map<String, String> properties, ComponentStatsManager stats, ClassLoader functionClassLoader, ProducerCache producerCache)