Uses of Class
org.infinispan.eviction.EvictionThreadPolicy
-
Packages that use EvictionThreadPolicy Package Description org.infinispan.eviction Classes related to eviction. -
-
Uses of EvictionThreadPolicy in org.infinispan.eviction
Methods in org.infinispan.eviction that return EvictionThreadPolicy Modifier and Type Method Description static EvictionThreadPolicyEvictionThreadPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EvictionThreadPolicy[]EvictionThreadPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-