Uses of Class
org.apache.pulsar.functions.api.state.StateValue
Packages that use StateValue
-
Uses of StateValue in org.apache.pulsar.functions.api.state
Methods in org.apache.pulsar.functions.api.state that return StateValueModifier and TypeMethodDescriptiondefault StateValueByteBufferStateStore.getStateValue(String key) Retrieve the StateValue for the key.Methods in org.apache.pulsar.functions.api.state that return types with arguments of type StateValueModifier and TypeMethodDescriptiondefault CompletableFuture<StateValue> ByteBufferStateStore.getStateValueAsync(String key) Retrieve the StateValue for the key, but don't wait for the operation to be completed.