Uses of Interface
org.apache.pulsar.functions.runtime.RuntimeFactory
Packages that use RuntimeFactory
Package
Description
Pulsar Functions Execution Runtime.
-
Uses of RuntimeFactory in org.apache.pulsar.functions.runtime
Methods in org.apache.pulsar.functions.runtime that return RuntimeFactoryModifier and TypeMethodDescriptionstatic RuntimeFactoryRuntimeFactory.getFuntionRuntimeFactory(String className) Constructors in org.apache.pulsar.functions.runtime with parameters of type RuntimeFactoryModifierConstructorDescriptionRuntimeSpawner(org.apache.pulsar.functions.instance.InstanceConfig instanceConfig, String codeFile, 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 RuntimeFactoryModifier and TypeClassDescriptionclassKubernetes 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 RuntimeFactoryModifier and TypeClassDescriptionclassThread 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 RuntimeFactoryModifier and TypeClassDescriptionclassThread based function container factory implementation.