Uses of Interface
org.apache.pulsar.functions.runtime.RuntimeFactory
-
Packages that use RuntimeFactory 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 -
-
Uses of RuntimeFactory in org.apache.pulsar.functions.runtime
Methods in org.apache.pulsar.functions.runtime that return RuntimeFactory Modifier and Type Method Description static RuntimeFactoryRuntimeFactory. getFuntionRuntimeFactory(java.lang.String className)Constructors in org.apache.pulsar.functions.runtime with parameters of type RuntimeFactory Constructor Description RuntimeSpawner(org.apache.pulsar.functions.instance.InstanceConfig instanceConfig, java.lang.String codeFile, java.lang.String originalCodeFileName, RuntimeFactory containerFactory, long instanceLivenessCheckFreqMs) -
Uses of RuntimeFactory in org.apache.pulsar.functions.runtime.kubernetes
Classes in org.apache.pulsar.functions.runtime.kubernetes that implement RuntimeFactory Modifier and Type Class Description classKubernetesRuntimeFactoryKubernetes based function container factory implementation. -
Uses of RuntimeFactory in org.apache.pulsar.functions.runtime.process
Classes in org.apache.pulsar.functions.runtime.process that implement RuntimeFactory Modifier and Type Class Description classProcessRuntimeFactoryThread based function container factory implementation. -
Uses of RuntimeFactory in org.apache.pulsar.functions.runtime.thread
Classes in org.apache.pulsar.functions.runtime.thread that implement RuntimeFactory Modifier and Type Class Description classThreadRuntimeFactoryThread based function container factory implementation.
-