程序包 org.apache.pulsar.functions.api.state
State Store API.
-
接口概要 接口 说明 ByteBufferStateStore A key-value state store that stores values inByteBuffer.CounterStateStore The state store supports counters.
| 接口 | 说明 |
|---|---|
| ByteBufferStateStore |
A key-value state store that stores values in
ByteBuffer. |
| CounterStateStore |
The state store supports counters.
|