Uses of Enum Class
org.infinispan.client.hotrod.configuration.NearCacheMode
Packages that use NearCacheMode
Package
Description
Hot Rod client configuration API.
-
Uses of NearCacheMode in org.infinispan.client.hotrod.configuration
Subclasses with type arguments of type NearCacheMode in org.infinispan.client.hotrod.configurationModifier and TypeClassDescriptionenumDecides how client-side near caching should work.Fields in org.infinispan.client.hotrod.configuration with type parameters of type NearCacheModeModifier and TypeFieldDescriptionstatic final AttributeDefinition<NearCacheMode> RemoteCacheConfiguration.NEAR_CACHE_MODEMethods in org.infinispan.client.hotrod.configuration that return NearCacheModeModifier and TypeMethodDescriptionNearCacheConfiguration.mode()RemoteCacheConfiguration.nearCacheMode()static NearCacheModeReturns the enum constant of this class with the specified name.static NearCacheMode[]NearCacheMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.client.hotrod.configuration with parameters of type NearCacheModeModifier and TypeMethodDescriptionNearCacheConfigurationBuilder.mode(NearCacheMode mode) Specifies the near caching mode.RemoteCacheConfigurationBuilder.nearCacheMode(NearCacheMode mode) Specifies the near caching mode.Constructors in org.infinispan.client.hotrod.configuration with parameters of type NearCacheModeModifierConstructorDescriptionNearCacheConfiguration(NearCacheMode mode, int maxEntries, boolean bloomFilterOptimization) NearCacheConfiguration(NearCacheMode mode, int maxEntries, boolean bloomFilter, Pattern cacheNamePattern, NearCacheFactory nearCacheFactory) -
Uses of NearCacheMode in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return NearCacheMode