Uses of Interface
org.apache.pulsar.functions.api.StateStoreContext
-
Packages that use StateStoreContext Package Description org.apache.pulsar.functions.api Provides a simple model for enabling lightweight computation on Apache Pulsar. -
-
Uses of StateStoreContext in org.apache.pulsar.functions.api
Methods in org.apache.pulsar.functions.api with parameters of type StateStoreContext Modifier and Type Method Description voidStateStore. init(StateStoreContext ctx)Initialize the state store.
-