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.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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, org.apache.pulsar.client.admin.PulsarAdmin pulsarAdmin, String stateStorageImplClass, String stateStorageServiceUrl, org.apache.pulsar.functions.secretsprovider.SecretsProvider secretsProvider, FunctionCollectorRegistry collectorRegistry, ClassLoader functionClassLoader) -
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)