Class BKStateStoreImpl

java.lang.Object
org.apache.pulsar.functions.instance.state.BKStateStoreImpl
All Implemented Interfaces:
AutoCloseable, ByteBufferStateStore, CounterStateStore, StateStore, DefaultStateStore

public class BKStateStoreImpl extends Object implements DefaultStateStore
This class accumulates the state updates from one function.

currently it exposes incr operations. but we can expose other key/values operations if needed.