Uses of Interface
org.apache.pulsar.functions.runtime.Runtime
-
Packages that use Runtime Package Description org.apache.pulsar.functions.runtime Pulsar Functions Execution Runtime.org.apache.pulsar.functions.runtime.kubernetes org.apache.pulsar.functions.runtime.thread -
-
Uses of Runtime in org.apache.pulsar.functions.runtime
Methods in org.apache.pulsar.functions.runtime that return Runtime Modifier and Type Method Description RuntimeRuntimeFactory. createContainer(org.apache.pulsar.functions.instance.InstanceConfig instanceConfig, java.lang.String codeFile, java.lang.String originalCodeFileName, java.lang.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 Runtime Modifier and Type Class Description classKubernetesRuntimeKubernetes 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 Runtime Modifier and Type Class Description classThreadRuntimeA function container implemented using java thread.
-