Uses of Class
org.apache.pulsar.functions.instance.stats.FunctionCollectorRegistry
-
Packages that use FunctionCollectorRegistry Package Description org.apache.pulsar.functions.instance Provides the implementation of the Instance module for Pulsar Functions.org.apache.pulsar.functions.instance.stats -
-
Uses of FunctionCollectorRegistry in org.apache.pulsar.functions.instance
Constructors in org.apache.pulsar.functions.instance with parameters of type FunctionCollectorRegistry Constructor Description JavaInstanceRunnable(InstanceConfig instanceConfig, org.apache.pulsar.client.api.ClientBuilder clientBuilder, org.apache.pulsar.client.api.PulsarClient pulsarClient, org.apache.pulsar.client.admin.PulsarAdmin pulsarAdmin, java.lang.String stateStorageImplClass, java.lang.String stateStorageServiceUrl, org.apache.pulsar.functions.secretsprovider.SecretsProvider secretsProvider, FunctionCollectorRegistry collectorRegistry, java.lang.ClassLoader functionClassLoader) -
Uses of FunctionCollectorRegistry in org.apache.pulsar.functions.instance.stats
Subclasses of FunctionCollectorRegistry in org.apache.pulsar.functions.instance.stats Modifier and Type Class Description classFunctionCollectorRegistryImplFields in org.apache.pulsar.functions.instance.stats declared as FunctionCollectorRegistry Modifier and Type Field Description protected FunctionCollectorRegistryComponentStatsManager. collectorRegistryMethods in org.apache.pulsar.functions.instance.stats that return FunctionCollectorRegistry Modifier and Type Method Description static FunctionCollectorRegistryFunctionCollectorRegistry. getDefaultImplementation()Methods in org.apache.pulsar.functions.instance.stats with parameters of type FunctionCollectorRegistry Modifier and Type Method Description static ComponentStatsManagerComponentStatsManager. getStatsManager(FunctionCollectorRegistry collectorRegistry, java.lang.String[] metricsLabels, java.util.concurrent.ScheduledExecutorService scheduledExecutorService, org.apache.pulsar.functions.proto.Function.FunctionDetails.ComponentType componentType)Constructors in org.apache.pulsar.functions.instance.stats with parameters of type FunctionCollectorRegistry Constructor Description ComponentStatsManager(FunctionCollectorRegistry collectorRegistry, java.lang.String[] metricsLabels, java.util.concurrent.ScheduledExecutorService scheduledExecutorService)FunctionStatsManager(FunctionCollectorRegistry collectorRegistry, java.lang.String[] metricsLabels, java.util.concurrent.ScheduledExecutorService scheduledExecutorService)SinkStatsManager(FunctionCollectorRegistry collectorRegistry, java.lang.String[] metricsLabels, java.util.concurrent.ScheduledExecutorService scheduledExecutorService)SourceStatsManager(FunctionCollectorRegistry collectorRegistry, java.lang.String[] metricsLabels, java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
-