Uses of Class
io.netty.handler.codec.protobuf.VarintDecodingBenchmark.InputDistribution
-
Packages that use VarintDecodingBenchmark.InputDistribution Package Description io.netty.handler.codec.protobuf Benchmarks forio.netty.handler.codec.protobuf. -
-
Uses of VarintDecodingBenchmark.InputDistribution in io.netty.handler.codec.protobuf
Methods in io.netty.handler.codec.protobuf that return VarintDecodingBenchmark.InputDistribution Modifier and Type Method Description static VarintDecodingBenchmark.InputDistributionVarintDecodingBenchmark.InputDistribution. valueOf(String name)Returns the enum constant of this type with the specified name.static VarintDecodingBenchmark.InputDistribution[]VarintDecodingBenchmark.InputDistribution. values()Returns an array containing the constants of this enum type, in the order they are declared.
-