Uses of Class
org.infinispan.client.hotrod.configuration.NearCacheMode
-
Packages that use NearCacheMode Package Description org.infinispan.client.hotrod.configuration Hot Rod client configuration API. -
-
Uses of NearCacheMode in org.infinispan.client.hotrod.configuration
Fields in org.infinispan.client.hotrod.configuration with type parameters of type NearCacheMode Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<NearCacheMode>
RemoteCacheConfiguration. NEAR_CACHE_MODE
Methods in org.infinispan.client.hotrod.configuration that return NearCacheMode Modifier and Type Method Description NearCacheMode
NearCacheConfiguration. mode()
NearCacheMode
RemoteCacheConfiguration. nearCacheMode()
static NearCacheMode
NearCacheMode. valueOf(String name)
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 NearCacheMode Modifier and Type Method Description NearCacheConfigurationBuilder
NearCacheConfigurationBuilder. mode(NearCacheMode mode)
Specifies the near caching mode.RemoteCacheConfigurationBuilder
RemoteCacheConfigurationBuilder. nearCacheMode(NearCacheMode mode)
Specifies the near caching mode.Constructors in org.infinispan.client.hotrod.configuration with parameters of type NearCacheMode Constructor Description NearCacheConfiguration(NearCacheMode mode, int maxEntries)
NearCacheConfiguration(NearCacheMode mode, int maxEntries, Pattern cacheNamePattern)
-