Uses of Class
org.apache.pulsar.functions.instance.stats.FunctionCollectorRegistry
Packages that use FunctionCollectorRegistry
Package
Description
Provides the implementation of the Instance module for Pulsar Functions.
-
Uses of FunctionCollectorRegistry in org.apache.pulsar.functions.instance
Constructors in org.apache.pulsar.functions.instance with parameters of type FunctionCollectorRegistryModifierConstructorDescriptionJavaInstanceRunnable(InstanceConfig instanceConfig, org.apache.pulsar.client.api.ClientBuilder clientBuilder, org.apache.pulsar.client.api.PulsarClient pulsarClient, PulsarAdmin pulsarAdmin, String stateStorageImplClass, String stateStorageServiceUrl, SecretsProvider secretsProvider, FunctionCollectorRegistry collectorRegistry, ClassLoader componentClassLoader, ClassLoader transformFunctionClassLoader) -
Uses of FunctionCollectorRegistry in org.apache.pulsar.functions.instance.stats
Subclasses of FunctionCollectorRegistry in org.apache.pulsar.functions.instance.statsFields in org.apache.pulsar.functions.instance.stats declared as FunctionCollectorRegistryModifier and TypeFieldDescriptionprotected final FunctionCollectorRegistryComponentStatsManager.collectorRegistryMethods in org.apache.pulsar.functions.instance.stats that return FunctionCollectorRegistryModifier and TypeMethodDescriptionstatic FunctionCollectorRegistryFunctionCollectorRegistry.getDefaultImplementation()Methods in org.apache.pulsar.functions.instance.stats with parameters of type FunctionCollectorRegistryModifier and TypeMethodDescriptionstatic ComponentStatsManagerComponentStatsManager.getStatsManager(FunctionCollectorRegistry collectorRegistry, String[] metricsLabels, ScheduledExecutorService scheduledExecutorService, org.apache.pulsar.functions.proto.Function.FunctionDetails.ComponentType componentType) Constructors in org.apache.pulsar.functions.instance.stats with parameters of type FunctionCollectorRegistryModifierConstructorDescriptionComponentStatsManager(FunctionCollectorRegistry collectorRegistry, String[] metricsLabels, ScheduledExecutorService scheduledExecutorService) FunctionStatsManager(FunctionCollectorRegistry collectorRegistry, String[] metricsLabels, ScheduledExecutorService scheduledExecutorService) SinkStatsManager(FunctionCollectorRegistry collectorRegistry, String[] metricsLabels, ScheduledExecutorService scheduledExecutorService) SourceStatsManager(FunctionCollectorRegistry collectorRegistry, String[] metricsLabels, ScheduledExecutorService scheduledExecutorService)