Package org.apache.pulsar.functions.api.state
State Store API.
-
Interface Summary Interface Description ByteBufferStateStore A key-value state store that stores values inByteBuffer.CounterStateStore The state store supports counters.
| Interface | Description |
|---|---|
| ByteBufferStateStore |
A key-value state store that stores values in
ByteBuffer. |
| CounterStateStore |
The state store supports counters.
|