Uses of Class
org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
Packages that use NearCacheConfigurationBuilder
-
Uses of NearCacheConfigurationBuilder in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return NearCacheConfigurationBuilderModifier and TypeMethodDescriptionNearCacheConfigurationBuilder.bloomFilter
(boolean enable) Specifies whether bloom filter should be used for near cache to limit the number of write notifications for unrelated keys.NearCacheConfigurationBuilder.maxEntries
(int maxEntries) Specifies the maximum number of entries that will be held in the near cache.NearCacheConfigurationBuilder.mode
(NearCacheMode mode) Specifies the near caching mode.NearCacheConfigurationBuilder.nearCacheFactory
(NearCacheFactory factory) Specifies aNearCacheFactory
which is responsible for creatingNearCache
instances.