Class BinaryHashPartition

java.lang.Object
org.apache.flink.runtime.memory.AbstractPagedInputView
org.apache.flink.table.runtime.hashtable.BinaryHashPartition
All Implemented Interfaces:
DataInput, org.apache.flink.core.memory.DataInputView, org.apache.flink.core.memory.SeekableDataInputView

public class BinaryHashPartition extends org.apache.flink.runtime.memory.AbstractPagedInputView implements org.apache.flink.core.memory.SeekableDataInputView
A partition.
  • Method Details

    • setReadPosition

      public void setReadPosition(long pointer)
      Specified by:
      setReadPosition in interface org.apache.flink.core.memory.SeekableDataInputView
    • nextSegment

      protected org.apache.flink.core.memory.MemorySegment nextSegment(org.apache.flink.core.memory.MemorySegment current) throws IOException
      Specified by:
      nextSegment in class org.apache.flink.runtime.memory.AbstractPagedInputView
      Throws:
      IOException
    • getLimitForSegment

      protected int getLimitForSegment(org.apache.flink.core.memory.MemorySegment segment)
      Specified by:
      getLimitForSegment in class org.apache.flink.runtime.memory.AbstractPagedInputView