public static enum AbstractByteBufGetCharSequenceBenchmark.ByteBufType extends Enum<AbstractByteBufGetCharSequenceBenchmark.ByteBufType>
| Enum Constant and Description |
|---|
ADAPTIVE_DIRECT |
ADAPTIVE_HEAP |
COMPOSITE |
DIRECT |
HEAP |
HEAP_OFFSET |
POOLED_DIRECT |
POOLED_HEAP |
| Modifier and Type | Method and Description |
|---|---|
static AbstractByteBufGetCharSequenceBenchmark.ByteBufType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractByteBufGetCharSequenceBenchmark.ByteBufType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractByteBufGetCharSequenceBenchmark.ByteBufType DIRECT
public static final AbstractByteBufGetCharSequenceBenchmark.ByteBufType HEAP_OFFSET
public static final AbstractByteBufGetCharSequenceBenchmark.ByteBufType HEAP
public static final AbstractByteBufGetCharSequenceBenchmark.ByteBufType POOLED_HEAP
public static final AbstractByteBufGetCharSequenceBenchmark.ByteBufType POOLED_DIRECT
public static final AbstractByteBufGetCharSequenceBenchmark.ByteBufType ADAPTIVE_HEAP
public static final AbstractByteBufGetCharSequenceBenchmark.ByteBufType ADAPTIVE_DIRECT
public static final AbstractByteBufGetCharSequenceBenchmark.ByteBufType COMPOSITE
public static AbstractByteBufGetCharSequenceBenchmark.ByteBufType[] values()
for (AbstractByteBufGetCharSequenceBenchmark.ByteBufType c : AbstractByteBufGetCharSequenceBenchmark.ByteBufType.values()) System.out.println(c);
public static AbstractByteBufGetCharSequenceBenchmark.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.