Uses of Class
org.apache.flink.runtime.state.heap.NodeStatus
-
Packages that use NodeStatus Package Description org.apache.flink.runtime.state.heap -
-
Uses of NodeStatus in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return NodeStatus Modifier and Type Method Description static NodeStatusSkipListUtils. getNodeStatus(org.apache.flink.core.memory.MemorySegment memorySegment, int offset)Returns the status of the node.static NodeStatusNodeStatus. valueOf(byte value)Returns the enum constant of this type with the specified name.static NodeStatusNodeStatus. 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.Methods in org.apache.flink.runtime.state.heap with parameters of type NodeStatus Modifier and Type Method Description static voidSkipListUtils. putLevelAndNodeStatus(org.apache.flink.core.memory.MemorySegment memorySegment, int offset, int level, NodeStatus status)Puts the level and status to the key space.
-