Uses of Class
one.nio.os.perf.CacheType
-
Packages that use CacheType Package Description one.nio.os.perf -
-
Uses of CacheType in one.nio.os.perf
Methods in one.nio.os.perf that return CacheType Modifier and Type Method Description static CacheTypeCacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheType[]CacheType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in one.nio.os.perf with parameters of type CacheType Modifier and Type Method Description static PerfEventPerfEvent. cache(CacheType type, CacheOp op)
-