Uses of Interface
org.apache.pulsar.functions.runtime.RuntimeCustomizer
-
Packages that use RuntimeCustomizer Package Description org.apache.pulsar.functions.runtime Pulsar Functions Execution Runtime.org.apache.pulsar.functions.runtime.kubernetes org.apache.pulsar.functions.runtime.process -
-
Uses of RuntimeCustomizer in org.apache.pulsar.functions.runtime
Methods in org.apache.pulsar.functions.runtime that return RuntimeCustomizer Modifier and Type Method Description static RuntimeCustomizerRuntimeCustomizer. getRuntimeCustomizer(java.lang.String className)Methods in org.apache.pulsar.functions.runtime that return types with arguments of type RuntimeCustomizer Modifier and Type Method Description default java.util.Optional<? extends RuntimeCustomizer>RuntimeFactory. getRuntimeCustomizer() -
Uses of RuntimeCustomizer in org.apache.pulsar.functions.runtime.kubernetes
Subinterfaces of RuntimeCustomizer in org.apache.pulsar.functions.runtime.kubernetes Modifier and Type Interface Description interfaceKubernetesManifestCustomizerClasses in org.apache.pulsar.functions.runtime.kubernetes that implement RuntimeCustomizer Modifier and Type Class Description classBasicKubernetesManifestCustomizerAn 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 Modifier and Type Method Description java.util.Optional<RuntimeCustomizer>ProcessRuntimeFactory. getRuntimeCustomizer()
-