| Package | Description |
|---|---|
| org.apache.flink.runtime.state.heap |
| Modifier and Type | Method and Description |
|---|---|
static NodeStatus |
SkipListUtils.getNodeStatus(org.apache.flink.core.memory.MemorySegment memorySegment,
int offset)
Returns the status of the node.
|
static NodeStatus |
NodeStatus.valueOf(byte value) |
static NodeStatus |
NodeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeStatus[] |
NodeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SkipListUtils.putLevelAndNodeStatus(org.apache.flink.core.memory.MemorySegment memorySegment,
int offset,
int level,
NodeStatus status)
Puts the level and status to the key space.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.