Uses of Interface
org.apache.pulsar.functions.runtime.Runtime
Packages that use Runtime
Package
Description
Pulsar Functions Execution Runtime.
Pulsar Functions enables lightweight computation in Apache Pulsar.
Pulsar Functions enables lightweight computation in Apache Pulsar.
-
Uses of Runtime in org.apache.pulsar.functions.runtime
Methods in org.apache.pulsar.functions.runtime that return RuntimeModifier and TypeMethodDescriptionRuntimeFactory.createContainer(org.apache.pulsar.functions.instance.InstanceConfig instanceConfig, String codeFile, String originalCodeFileName, Long expectedHealthCheckInterval) Create a function container to execute a java instance. -
Uses of Runtime in org.apache.pulsar.functions.runtime.kubernetes
Classes in org.apache.pulsar.functions.runtime.kubernetes that implement RuntimeModifier and TypeClassDescriptionclassKubernetes based runtime for running functions. -
Uses of Runtime in org.apache.pulsar.functions.runtime.thread
Classes in org.apache.pulsar.functions.runtime.thread that implement RuntimeModifier and TypeClassDescriptionclassA function container implemented using java thread.