Uses of Class
io.netty.buffer.ByteBufAccessBenchmark.ByteBufType
-
Packages that use ByteBufAccessBenchmark.ByteBufType Package Description io.netty.buffer Benchmarks forio.netty.buffer. -
-
Uses of ByteBufAccessBenchmark.ByteBufType in io.netty.buffer
Fields in io.netty.buffer declared as ByteBufAccessBenchmark.ByteBufType Modifier and Type Field Description ByteBufAccessBenchmark.ByteBufTypeByteBufAccessBenchmark. bufferTypeMethods in io.netty.buffer that return ByteBufAccessBenchmark.ByteBufType Modifier and Type Method Description static ByteBufAccessBenchmark.ByteBufTypeByteBufAccessBenchmark.ByteBufType. valueOf(String name)Returns the enum constant of this type with the specified name.static ByteBufAccessBenchmark.ByteBufType[]ByteBufAccessBenchmark.ByteBufType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-