Uses of Enum Class
org.infinispan.hotrod.configuration.NearCacheMode
Packages that use NearCacheMode
Package
Description
Hot Rod client configuration API.
-
Uses of NearCacheMode in org.infinispan.hotrod.configuration
Methods in org.infinispan.hotrod.configuration that return NearCacheModeModifier and TypeMethodDescriptionNearCacheConfiguration.mode()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.hotrod.configuration with parameters of type NearCacheModeModifier and TypeMethodDescriptionNearCacheConfigurationBuilder.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