接口的使用
org.apache.pulsar.functions.runtime.Runtime
-
使用Runtime的程序包 程序包 说明 org.apache.pulsar.functions.runtime Pulsar Functions Execution Runtime.org.apache.pulsar.functions.runtime.kubernetes org.apache.pulsar.functions.runtime.thread -
-
org.apache.pulsar.functions.runtime中Runtime的使用
返回Runtime的org.apache.pulsar.functions.runtime中的方法 修饰符和类型 方法 说明 RuntimeRuntimeFactory. createContainer(org.apache.pulsar.functions.instance.InstanceConfig instanceConfig, java.lang.String codeFile, java.lang.String originalCodeFileName, java.lang.Long expectedHealthCheckInterval)Create a function container to execute a java instance. -
org.apache.pulsar.functions.runtime.kubernetes中Runtime的使用
实现Runtime的org.apache.pulsar.functions.runtime.kubernetes中的类 修饰符和类型 类 说明 classKubernetesRuntimeKubernetes based runtime for running functions. -
org.apache.pulsar.functions.runtime.thread中Runtime的使用
实现Runtime的org.apache.pulsar.functions.runtime.thread中的类 修饰符和类型 类 说明 classThreadRuntimeA function container implemented using java thread.
-