Uses of Interface
org.apache.pulsar.functions.instance.state.StateStoreProvider
-
Packages that use StateStoreProvider Package Description org.apache.pulsar.functions.instance.state -
-
Uses of StateStoreProvider in org.apache.pulsar.functions.instance.state
Classes in org.apache.pulsar.functions.instance.state that implement StateStoreProvider Modifier and Type Class Description classBKStateStoreProviderImplThe state store provider that provides bookkeeper table backed state stores.classPulsarMetadataStateStoreProviderImplFields in org.apache.pulsar.functions.instance.state declared as StateStoreProvider Modifier and Type Field Description static StateStoreProviderStateStoreProvider. NULLThe state store provider returns `null` state stores.
-