| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state.heap |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static NodeStatus[] |
NodeStatus.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.