Interface DefaultStateStore
-
- All Superinterfaces:
java.lang.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.CounterStateStoreThe default state store interface.
-
-
Method Summary
-
Methods inherited from interface org.apache.pulsar.functions.api.state.ByteBufferStateStore
delete, deleteAsync, get, getAsync, put, putAsync
-
-