public static enum CompositeByteBufRandomAccessBenchmark.ByteBufType extends Enum<CompositeByteBufRandomAccessBenchmark.ByteBufType>
| Enum Constant and Description |
|---|
LARGE_CHUNKS |
SMALL_CHUNKS |
| Modifier and Type | Method and Description |
|---|---|
static CompositeByteBufRandomAccessBenchmark.ByteBufType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeByteBufRandomAccessBenchmark.ByteBufType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositeByteBufRandomAccessBenchmark.ByteBufType SMALL_CHUNKS
public static final CompositeByteBufRandomAccessBenchmark.ByteBufType LARGE_CHUNKS
public static CompositeByteBufRandomAccessBenchmark.ByteBufType[] values()
for (CompositeByteBufRandomAccessBenchmark.ByteBufType c : CompositeByteBufRandomAccessBenchmark.ByteBufType.values()) System.out.println(c);
public static CompositeByteBufRandomAccessBenchmark.ByteBufType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2008–2026 The Netty Project. All rights reserved.