| Package | Description |
|---|---|
| org.apache.pulsar.functions.instance |
Provides the implementation of the Instance module for Pulsar Functions.
|
| org.apache.pulsar.functions.instance.stats |
| Constructor and Description |
|---|
JavaInstanceRunnable(InstanceConfig instanceConfig,
org.apache.pulsar.client.api.PulsarClient pulsarClient,
PulsarAdmin pulsarAdmin,
String stateStorageServiceUrl,
SecretsProvider secretsProvider,
FunctionCollectorRegistry collectorRegistry,
ClassLoader functionClassLoader) |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionCollectorRegistryImpl |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionCollectorRegistry |
ComponentStatsManager.collectorRegistry |
| Modifier and Type | Method and Description |
|---|---|
static FunctionCollectorRegistry |
FunctionCollectorRegistry.getDefaultImplementation() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentStatsManager |
ComponentStatsManager.getStatsManager(FunctionCollectorRegistry collectorRegistry,
String[] metricsLabels,
ScheduledExecutorService scheduledExecutorService,
org.apache.pulsar.functions.proto.Function.FunctionDetails.ComponentType componentType) |
| Constructor and Description |
|---|
ComponentStatsManager(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) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.