Uses of Enum
org.infinispan.client.hotrod.configuration.NearCacheMode
Packages that use NearCacheMode
-
Uses of NearCacheMode in org.infinispan.client.hotrod.configuration
Fields in org.infinispan.client.hotrod.configuration with type parameters of type NearCacheModeModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<NearCacheMode>
RemoteCacheConfiguration.NEAR_CACHE_MODE
Methods in org.infinispan.client.hotrod.configuration that return NearCacheModeModifier and TypeMethodDescriptionNearCacheConfiguration.mode()
RemoteCacheConfiguration.nearCacheMode()
static NearCacheMode
Returns the enum constant of this type with the specified name.static NearCacheMode[]
NearCacheMode.values()
Returns an array containing the constants of this enum type, 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)