public static enum DefaultAllocationManagerOption.AllocationManagerType extends Enum<DefaultAllocationManagerOption.AllocationManagerType>
| Enum Constant and Description |
|---|
Netty
Netty based allocation manager.
|
Unknown
Unknown type.
|
Unsafe
Unsafe based allocation manager.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultAllocationManagerOption.AllocationManagerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultAllocationManagerOption.AllocationManagerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultAllocationManagerOption.AllocationManagerType Netty
public static final DefaultAllocationManagerOption.AllocationManagerType Unsafe
public static final DefaultAllocationManagerOption.AllocationManagerType Unknown
public static DefaultAllocationManagerOption.AllocationManagerType[] values()
for (DefaultAllocationManagerOption.AllocationManagerType c : DefaultAllocationManagerOption.AllocationManagerType.values()) System.out.println(c);
public static DefaultAllocationManagerOption.AllocationManagerType 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 © 2022 The Apache Software Foundation. All rights reserved.