接口的使用
org.apache.pulsar.functions.runtime.RuntimeFactory
-
使用RuntimeFactory的程序包 程序包 说明 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 -
-
org.apache.pulsar.functions.runtime中RuntimeFactory的使用
返回RuntimeFactory的org.apache.pulsar.functions.runtime中的方法 修饰符和类型 方法 说明 static RuntimeFactoryRuntimeFactory. getFuntionRuntimeFactory(java.lang.String className)参数类型为RuntimeFactory的org.apache.pulsar.functions.runtime中的构造器 构造器 说明 RuntimeSpawner(org.apache.pulsar.functions.instance.InstanceConfig instanceConfig, java.lang.String codeFile, java.lang.String originalCodeFileName, RuntimeFactory containerFactory, long instanceLivenessCheckFreqMs) -
org.apache.pulsar.functions.runtime.kubernetes中RuntimeFactory的使用
实现RuntimeFactory的org.apache.pulsar.functions.runtime.kubernetes中的类 修饰符和类型 类 说明 classKubernetesRuntimeFactoryKubernetes based function container factory implementation. -
org.apache.pulsar.functions.runtime.process中RuntimeFactory的使用
实现RuntimeFactory的org.apache.pulsar.functions.runtime.process中的类 修饰符和类型 类 说明 classProcessRuntimeFactoryThread based function container factory implementation. -
org.apache.pulsar.functions.runtime.thread中RuntimeFactory的使用
实现RuntimeFactory的org.apache.pulsar.functions.runtime.thread中的类 修饰符和类型 类 说明 classThreadRuntimeFactoryThread based function container factory implementation.
-