Interface DefaultStateStore
- All Superinterfaces:
AutoCloseable,ByteBufferStateStore,CounterStateStore,StateStore
- All Known Implementing Classes:
BKStateStoreImpl,PulsarMetadataStateStoreImpl
The default state store interface.
-
Method Summary
Methods inherited from interface org.apache.pulsar.functions.api.state.ByteBufferStateStore
delete, deleteAsync, get, getAsync, getStateValue, getStateValueAsync, put, putAsyncMethods inherited from interface org.apache.pulsar.functions.api.state.CounterStateStore
getCounter, getCounterAsync, incrCounter, incrCounterAsync