Uses of Class
org.apache.pulsar.common.functions.FunctionState
-
Packages that use FunctionState Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of FunctionState in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return FunctionState Modifier and Type Method Description 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.Methods in org.apache.pulsar.client.admin that return types with arguments of type FunctionState Modifier and Type Method Description 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.Methods in org.apache.pulsar.client.admin with parameters of type FunctionState Modifier and Type Method Description 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.
-