- get(K, N) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteSkipListStateMap
-
- getChunkById(int) - 接口 中的方法org.apache.flink.runtime.state.heap.space.Allocator
-
Returns the chunk with the given chunk id.
- getChunkCapacity() - 接口 中的方法org.apache.flink.runtime.state.heap.space.Chunk
-
- getChunkId() - 接口 中的方法org.apache.flink.runtime.state.heap.space.Chunk
-
- getChunkIdByAddress(long) - 类 中的静态方法org.apache.flink.runtime.state.heap.space.SpaceUtils
-
- getChunkOffsetByAddress(long) - 类 中的静态方法org.apache.flink.runtime.state.heap.space.SpaceUtils
-
- getKeyDataOffset(int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns the offset of key data in the key space.
- getKeyLen(MemorySegment, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns the length of the key.
- getKeyMetaLen(int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns the length of key meta with the given level.
- getKeyPointer(MemorySegment, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Return the pointer to key space.
- getKeys(N) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteSkipListStateMap
-
- getLevel() - 接口 中的方法org.apache.flink.runtime.state.heap.LevelIndexHeader
-
Returns the top level of skip list.
- getLevel() - 类 中的方法org.apache.flink.runtime.state.heap.OnHeapLevelIndexHeader
-
- getLevel(MemorySegment, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns the level of the node.
- getMemorySegment(int) - 接口 中的方法org.apache.flink.runtime.state.heap.space.Chunk
-
- getNextIndexNode(MemorySegment, int, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns next key pointer on the given index level.
- getNextKeyPointer(MemorySegment, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns the next key pointer on level 0.
- getNextNode(int) - 接口 中的方法org.apache.flink.runtime.state.heap.LevelIndexHeader
-
Returns the next node in the given level.
- getNextNode(int) - 类 中的方法org.apache.flink.runtime.state.heap.OnHeapLevelIndexHeader
-
- getNextValuePointer(MemorySegment, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Return the pointer to next value space.
- getNodeStatus(MemorySegment, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns the status of the node.
- getOffsetInSegment(int) - 接口 中的方法org.apache.flink.runtime.state.heap.space.Chunk
-
- getPrevIndexNode(MemorySegment, int, int, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns previous key pointer on the given index level.
- getRequestCount() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteSkipListStateMap
-
- getStateIncrementalVisitor(int) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteSkipListStateMap
-
- getValue() - 枚举 中的方法org.apache.flink.runtime.state.heap.NodeStatus
-
- getValueLen(MemorySegment, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Return the length of value data.
- getValueMetaLen() - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns the length of value meta.
- getValuePointer(MemorySegment, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns the value pointer.
- getValueVersion(MemorySegment, int) - 类 中的静态方法org.apache.flink.runtime.state.heap.SkipListUtils
-
Returns the version of value.