类的使用
org.apache.pulsar.common.functions.FunctionState
-
使用FunctionState的程序包 程序包 说明 org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
org.apache.pulsar.client.admin中FunctionState的使用
返回FunctionState的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 FunctionStateFunctions. getFunctionState(java.lang.String tenant, java.lang.String namespace, java.lang.String function, java.lang.String key)Fetch the current state associated with a Pulsar Function.返回变量类型为FunctionState的类型的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 java.util.concurrent.CompletableFuture<FunctionState>Functions. getFunctionStateAsync(java.lang.String tenant, java.lang.String namespace, java.lang.String function, java.lang.String key)Fetch the current state associated with a Pulsar Function asynchronously.参数类型为FunctionState的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 voidFunctions. putFunctionState(java.lang.String tenant, java.lang.String namespace, java.lang.String function, FunctionState state)Puts the given state associated with a Pulsar Function.java.util.concurrent.CompletableFuture<java.lang.Void>Functions. putFunctionStateAsync(java.lang.String tenant, java.lang.String namespace, java.lang.String function, FunctionState state)Puts the given state associated with a Pulsar Function asynchronously.
-