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