Uses of Class
org.apache.pulsar.common.functions.FunctionState
-
Uses of FunctionState in org.apache.pulsar.client.admin
Modifier and TypeMethodDescriptionFunctions.getFunctionState
(String tenant, String namespace, String function, String key) Fetch the current state associated with a Pulsar Function.Modifier and TypeMethodDescriptionFunctions.getFunctionStateAsync
(String tenant, String namespace, String function, String key) Fetch the current state associated with a Pulsar Function asynchronously.Modifier and TypeMethodDescriptionvoid
Functions.putFunctionState
(String tenant, String namespace, String function, FunctionState state) Puts the given state associated with a Pulsar Function.Functions.putFunctionStateAsync
(String tenant, String namespace, String function, FunctionState state) Puts the given state associated with a Pulsar Function asynchronously.