接口 DefaultStateStore
- 所有超级接口:
AutoCloseable,org.apache.pulsar.functions.api.state.ByteBufferStateStore,org.apache.pulsar.functions.api.state.CounterStateStore,org.apache.pulsar.functions.api.StateStore
- 所有已知实现类:
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.
-
方法概要
从接口继承的方法 org.apache.pulsar.functions.api.state.ByteBufferStateStore
delete, deleteAsync, get, getAsync, put, putAsync从接口继承的方法 org.apache.pulsar.functions.api.state.CounterStateStore
getCounter, getCounterAsync, incrCounter, incrCounterAsync从接口继承的方法 org.apache.pulsar.functions.api.StateStore
close, fqsn, init, name, namespace, tenant