Uses of Class
org.infinispan.hotrod.configuration.NearCacheMode
-
Packages that use NearCacheMode Package Description org.infinispan.hotrod.configuration Hot Rod client configuration API.org.infinispan.hotrod.impl -
-
Uses of NearCacheMode in org.infinispan.hotrod.configuration
Methods in org.infinispan.hotrod.configuration that return NearCacheMode Modifier and Type Method Description NearCacheModeNearCacheConfiguration. mode()static NearCacheModeNearCacheMode. 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.hotrod.configuration with parameters of type NearCacheMode Modifier and Type Method Description NearCacheConfigurationBuilderNearCacheConfigurationBuilder. mode(NearCacheMode mode)Specifies the near caching mode. -
Uses of NearCacheMode in org.infinispan.hotrod.impl
Methods in org.infinispan.hotrod.impl that return NearCacheMode Modifier and Type Method Description NearCacheModeConfigurationProperties. getNearCacheMode()
-