Class HsFileDataIndex.SpilledBuffer
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex.SpilledBuffer
-
- Enclosing interface:
- HsFileDataIndex
public static class HsFileDataIndex.SpilledBuffer extends Object
Represents a spilled buffer.
-
-
Field Summary
Fields Modifier and Type Field Description intbufferIndexIndex of the buffer within the subpartition.longfileOffsetFile offset that the buffer begin with.intsubpartitionIdId of subpartition that the buffer belongs to.
-
Constructor Summary
Constructors Constructor Description SpilledBuffer(int subpartitionId, int bufferIndex, long fileOffset)
-