Uses of Interface
org.apache.pulsar.functions.runtime.RuntimeCustomizer
Packages that use RuntimeCustomizer
Package
Description
Pulsar Functions Execution Runtime.
-
Uses of RuntimeCustomizer in org.apache.pulsar.functions.runtime
Methods in org.apache.pulsar.functions.runtime that return RuntimeCustomizerModifier and TypeMethodDescriptionstatic RuntimeCustomizerRuntimeCustomizer.getRuntimeCustomizer(String className) Methods in org.apache.pulsar.functions.runtime that return types with arguments of type RuntimeCustomizerModifier and TypeMethodDescriptiondefault Optional<? extends RuntimeCustomizer>RuntimeFactory.getRuntimeCustomizer() -
Uses of RuntimeCustomizer in org.apache.pulsar.functions.runtime.kubernetes
Subinterfaces of RuntimeCustomizer in org.apache.pulsar.functions.runtime.kubernetesClasses in org.apache.pulsar.functions.runtime.kubernetes that implement RuntimeCustomizerModifier and TypeClassDescriptionclassAn implementation of theKubernetesManifestCustomizerthat allows for some basic customization of namespace, labels, annotations, node selectors, and tolerations. -
Uses of RuntimeCustomizer in org.apache.pulsar.functions.runtime.process
Methods in org.apache.pulsar.functions.runtime.process that return types with arguments of type RuntimeCustomizer