| 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 |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeFactory |
RuntimeFactory.getFuntionRuntimeFactory(String className) |
| Constructor and Description |
|---|
RuntimeSpawner(InstanceConfig instanceConfig,
String codeFile,
String originalCodeFileName,
RuntimeFactory containerFactory,
long instanceLivenessCheckFreqMs) |
| Modifier and Type | Class and Description |
|---|---|
class |
KubernetesRuntimeFactory
Kubernetes based function container factory implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessRuntimeFactory
Thread based function container factory implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadRuntimeFactory
Thread based function container factory implementation.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.