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