| Package | Description |
|---|---|
| org.apache.pulsar.functions.runtime |
Pulsar Functions Execution Runtime.
|
| org.apache.pulsar.functions.runtime.kubernetes | |
| org.apache.pulsar.functions.runtime.process | |
| org.apache.pulsar.functions.runtime.thread | |
| org.apache.pulsar.functions.worker |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeFactory.initialize(WorkerConfig workerConfig,
org.apache.pulsar.common.functions.AuthenticationConfig authenticationConfig,
SecretsProviderConfigurator secretsProviderConfigurator,
Optional<FunctionAuthProvider> authProvider,
Optional<RuntimeCustomizer> runtimeCustomizer) |
| Modifier and Type | Method and Description |
|---|---|
void |
KubernetesRuntimeFactory.initialize(WorkerConfig workerConfig,
org.apache.pulsar.common.functions.AuthenticationConfig authenticationConfig,
SecretsProviderConfigurator secretsProviderConfigurator,
Optional<FunctionAuthProvider> functionAuthProvider,
Optional<RuntimeCustomizer> runtimeCustomizer) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessRuntimeFactory.initialize(WorkerConfig workerConfig,
org.apache.pulsar.common.functions.AuthenticationConfig authenticationConfig,
SecretsProviderConfigurator secretsProviderConfigurator,
Optional<FunctionAuthProvider> authProvider,
Optional<RuntimeCustomizer> runtimeCustomizer) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadRuntimeFactory.initialize(WorkerConfig workerConfig,
org.apache.pulsar.common.functions.AuthenticationConfig authenticationConfig,
SecretsProviderConfigurator secretsProviderConfigurator,
Optional<FunctionAuthProvider> functionAuthProvider,
Optional<RuntimeCustomizer> runtimeCustomizer) |
| Modifier and Type | Method and Description |
|---|---|
static WorkerConfig |
WorkerConfig.load(String yamlFile) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.