Uses of Interface
org.apache.pulsar.functions.api.StateStore
Packages that use StateStore
Package
Description
Provides a simple model for enabling lightweight computation on Apache Pulsar.
State Store API.
-
Uses of StateStore in org.apache.pulsar.functions.api
Methods in org.apache.pulsar.functions.api with type parameters of type StateStoreModifier and TypeMethodDescriptiondefault <X extends StateStore>
XBaseContext.getStateStore(String name) Get the state store with the provided store name in the tenant & namespace.default <X extends StateStore>
XBaseContext.getStateStore(String tenant, String ns, String name) Get the state store with the provided store name. -
Uses of StateStore in org.apache.pulsar.functions.api.state
Subinterfaces of StateStore in org.apache.pulsar.functions.api.stateModifier and TypeInterfaceDescriptioninterfaceA key-value state store that stores values inByteBuffer.interfaceThe state store supports counters.