Interface DefaultStateStore
- All Superinterfaces:
AutoCloseable,org.apache.pulsar.functions.api.state.ByteBufferStateStore,org.apache.pulsar.functions.api.state.CounterStateStore,org.apache.pulsar.functions.api.StateStore
- All Known Implementing Classes:
BKStateStoreImpl,PulsarMetadataStateStoreImpl
public interface DefaultStateStore
extends org.apache.pulsar.functions.api.state.ByteBufferStateStore, org.apache.pulsar.functions.api.state.CounterStateStore
The default state store interface.
-
Method Summary
Methods inherited from interface org.apache.pulsar.functions.api.state.ByteBufferStateStore
delete, deleteAsync, get, getAsync, put, putAsyncMethods inherited from interface org.apache.pulsar.functions.api.state.CounterStateStore
getCounter, getCounterAsync, incrCounter, incrCounterAsyncMethods inherited from interface org.apache.pulsar.functions.api.StateStore
close, fqsn, init, name, namespace, tenant