类的使用
org.apache.pulsar.functions.api.state.StateValue
使用StateValue的程序包
-
org.apache.pulsar.functions.api.state中StateValue的使用
修饰符和类型方法说明default StateValueByteBufferStateStore.getStateValue(String key) Retrieve the StateValue for the key.返回变量类型为StateValue的类型的org.apache.pulsar.functions.api.state中的方法修饰符和类型方法说明default CompletableFuture<StateValue>ByteBufferStateStore.getStateValueAsync(String key) Retrieve the StateValue for the key, but don't wait for the operation to be completed.