Uses of Class
one.nio.os.perf.CacheOp
-
Packages that use CacheOp Package Description one.nio.os.perf -
-
Uses of CacheOp in one.nio.os.perf
Methods in one.nio.os.perf that return CacheOp Modifier and Type Method Description static CacheOpCacheOp. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheOp[]CacheOp. 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 CacheOp Modifier and Type Method Description static PerfEventPerfEvent. cache(CacheType type, CacheOp op)
-