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.cacheNamePattern
(String pattern) Deprecated.NearCacheConfigurationBuilder.cacheNamePattern
(Pattern pattern) Deprecated.useRemoteCacheConfigurationBuilder.nearCacheMode(NearCacheMode)
to enable near-caching per-cacheNearCacheConfigurationBuilder.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.ConfigurationBuilder.nearCache()
Deprecated.since 11.0.
RemoteCacheConfigurationBuilder.nearCacheMode(NearCacheMode)
to enable near-caching per-cache