Uses of Enum Class
org.apache.pulsar.functions.instance.ProducerCache.CacheArea
Packages that use ProducerCache.CacheArea
Package
Description
Provides the implementation of the Instance module for Pulsar Functions.
-
Uses of ProducerCache.CacheArea in org.apache.pulsar.functions.instance
Methods in org.apache.pulsar.functions.instance that return ProducerCache.CacheAreaModifier and TypeMethodDescriptionstatic ProducerCache.CacheAreaReturns the enum constant of this class with the specified name.static ProducerCache.CacheArea[]ProducerCache.CacheArea.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.functions.instance with parameters of type ProducerCache.CacheAreaModifier and TypeMethodDescriptionbooleanProducerCache.containsKey(ProducerCache.CacheArea cacheArea, String topic) booleanProducerCache.containsKey(ProducerCache.CacheArea cacheArea, String topic, Object additionalCacheKey) <T> org.apache.pulsar.client.api.Producer<T>ProducerCache.getOrCreateProducer(ProducerCache.CacheArea cacheArea, String topicName, Object additionalCacheKey, Callable<org.apache.pulsar.client.api.Producer<T>> supplier)