Uses of Interface
org.infinispan.client.hotrod.near.NearCacheFactory
Packages that use NearCacheFactory
Package
Description
Hot Rod client configuration API.
-
Uses of NearCacheFactory in org.infinispan.client.hotrod.configuration
Fields in org.infinispan.client.hotrod.configuration with type parameters of type NearCacheFactoryModifier and TypeFieldDescriptionstatic final AttributeDefinition
<NearCacheFactory> RemoteCacheConfiguration.NEAR_CACHE_FACTORY
Methods in org.infinispan.client.hotrod.configuration that return NearCacheFactoryModifier and TypeMethodDescriptionNearCacheConfiguration.nearCacheFactory()
RemoteCacheConfiguration.nearCacheFactory()
Methods in org.infinispan.client.hotrod.configuration with parameters of type NearCacheFactoryModifier and TypeMethodDescriptionNearCacheConfigurationBuilder.nearCacheFactory
(NearCacheFactory factory) Specifies aNearCacheFactory
which is responsible for creatingNearCache
instances.RemoteCacheConfigurationBuilder.nearCacheFactory
(NearCacheFactory factory) Specifies aNearCacheFactory
which is responsible for creatingNearCache
instances.Constructors in org.infinispan.client.hotrod.configuration with parameters of type NearCacheFactoryModifierConstructorDescriptionNearCacheConfiguration
(NearCacheMode mode, int maxEntries, boolean bloomFilter, Pattern cacheNamePattern, NearCacheFactory nearCacheFactory) -
Uses of NearCacheFactory in org.infinispan.client.hotrod.near
Classes in org.infinispan.client.hotrod.near that implement NearCacheFactory