| Package | Description |
|---|---|
| org.apache.pulsar.functions.runtime |
Pulsar Functions Execution Runtime.
|
| org.apache.pulsar.functions.runtime.kubernetes | |
| org.apache.pulsar.functions.runtime.thread |
| Modifier and Type | Method and Description |
|---|---|
Runtime |
RuntimeFactory.createContainer(InstanceConfig instanceConfig,
String codeFile,
String originalCodeFileName,
Long expectedHealthCheckInterval)
Create a function container to execute a java instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KubernetesRuntime
Kubernetes based runtime for running functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadRuntime
A function container implemented using java thread.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.