public static enum SegmentedRingByteBuffer.BufferMode extends Enum<SegmentedRingByteBuffer.BufferMode>
| Enum Constant and Description |
|---|
DIRECT
Direct byte buffer off-heap
|
MAPPED
Byte buffer mapped to file.
|
ONHEAP
Byte buffer on-heap.
|
| Modifier and Type | Method and Description |
|---|---|
static SegmentedRingByteBuffer.BufferMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentedRingByteBuffer.BufferMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegmentedRingByteBuffer.BufferMode ONHEAP
public static final SegmentedRingByteBuffer.BufferMode DIRECT
public static final SegmentedRingByteBuffer.BufferMode MAPPED
public static SegmentedRingByteBuffer.BufferMode[] values()
for (SegmentedRingByteBuffer.BufferMode c : SegmentedRingByteBuffer.BufferMode.values()) System.out.println(c);
public static SegmentedRingByteBuffer.BufferMode 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 null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021