Uses of Interface
org.apache.pulsar.functions.api.StateStore
-
Packages that use StateStore Package Description org.apache.pulsar.functions.api Provides a simple model for enabling lightweight computation on Apache Pulsar.org.apache.pulsar.functions.api.state State Store API. -
-
Uses of StateStore in org.apache.pulsar.functions.api
Methods in org.apache.pulsar.functions.api with type parameters of type StateStore Modifier and Type Method Description default <S extends StateStore>
SBaseContext. getStateStore(java.lang.String name)Get the state store with the provided store name in the tenant & namespace.default <S extends StateStore>
SBaseContext. getStateStore(java.lang.String tenant, java.lang.String ns, java.lang.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.state Modifier and Type Interface Description interfaceByteBufferStateStoreA key-value state store that stores values inByteBuffer.interfaceCounterStateStoreThe state store supports counters.
-