Uses of Class
org.apache.maven.buildcache.hash.Zah.MemoryPolicy
-
Packages that use Zah.MemoryPolicy Package Description org.apache.maven.buildcache.hash -
-
Uses of Zah.MemoryPolicy in org.apache.maven.buildcache.hash
Methods in org.apache.maven.buildcache.hash that return Zah.MemoryPolicy Modifier and Type Method Description static Zah.MemoryPolicy
Zah.MemoryPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Zah.MemoryPolicy[]
Zah.MemoryPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.maven.buildcache.hash with parameters of type Zah.MemoryPolicy Constructor Description Zah(String name, net.openhft.hashing.LongHashFunction hash, Zah.MemoryPolicy memoryPolicy)
-