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, putAsync

    Methods inherited from interface org.apache.pulsar.functions.api.state.CounterStateStore

    getCounter, getCounterAsync, incrCounter, incrCounterAsync

    Methods inherited from interface org.apache.pulsar.functions.api.StateStore

    close, fqsn, init, name, namespace, tenant