Package org.apache.pulsar.functions.instance.state
-
Interface Summary Interface Description DefaultStateStore The default state store interface.StateManager A state manager that manages multiple state stores.StateStoreProvider The State Store Provider provides the state stores for a function. -
Class Summary Class Description BKStateStoreImpl This class accumulates the state updates from one function.BKStateStoreProviderImpl The state store provider that provides bookkeeper table backed state stores.InstanceStateManager The state manager for managing state stores for a running function instance.PulsarMetadataStateStoreImpl PulsarMetadataStateStoreProviderImpl StateStoreContextImpl Default implementation ofStateStoreContext.