Uses of Interface
org.infinispan.CachePublisher
Packages that use CachePublisher
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of CachePublisher in org.infinispan
Methods in org.infinispan that return CachePublisherModifier and TypeMethodDescriptionCachePublisher.atLeastOnce()
Allows the caller to configure what level of consistency is required when retrieving data.CachePublisher.atMostOnce()
Allows the caller to configure what level of consistency is required when retrieving data.CachePublisher.batchSize
(int batchSize) Configures publisher methods chunk size when retrieving remote values.AdvancedCache.cachePublisher()
Provides aPublisher
type instance that can be used to publish values from this Cache.CachePublisher.exactlyOnce()
Allows the caller to configure what level of consistency is required when retrieving data.CachePublisher.parallelReduction()
Configures reduction methods to operate in parallel across nodes.CachePublisher.sequentialReduction()
Configures reduction methods to operate in sequential across nodes.CachePublisher.withAllKeys()
Configures a publisher to publish all keys or values, overriding ifwithKeys(Set)
was invoked.CachePublisher.withAllSegments()
Configures the publisher to publish value(s) irrespective of their mapped segment.Configures the publisher to only publish keys or values that map to the given keys in the provided Set.CachePublisher.withSegments
(IntSet segments) Configures the publisher to only publish keys or values that map to a given segment in the provided IntSet. -
Uses of CachePublisher in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement CachePublisherMethods in org.infinispan.cache.impl that return CachePublisherModifier and TypeMethodDescriptionCachePublisherImpl.atLeastOnce()
CachePublisherImpl.atMostOnce()
CachePublisherImpl.batchSize
(int batchSize) AbstractDelegatingAdvancedCache.cachePublisher()
CacheImpl.cachePublisher()
DecoratedCache.cachePublisher()
EncoderCache.cachePublisher()
SimpleCacheImpl.cachePublisher()
CachePublisherImpl.exactlyOnce()
CachePublisherImpl.parallelReduction()
CachePublisherImpl.sequentialReduction()
CachePublisherImpl.withAllKeys()
CachePublisherImpl.withAllSegments()
CachePublisherImpl.withSegments
(IntSet segments) -
Uses of CachePublisher in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return CachePublisher