Uses of Interface
org.apache.pulsar.functions.runtime.RuntimeFactory
Packages that use RuntimeFactory
Package
Description
Pulsar Functions Execution Runtime.
Pulsar Functions enables lightweight computation in Apache Pulsar.
Pulsar Functions enables lightweight computation in Apache Pulsar.
Pulsar Functions enables lightweight computation in Apache Pulsar.
-
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(InstanceConfig instanceConfig, String codeFile, String originalCodeFileName, String transformFunctionFile, String originalTransformFunctionFileName, 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.