protected static final class HashPartition.BuildSideBuffer<BT> extends AbstractPagedOutputView
headerLength, segmentSize| Modifier and Type | Method and Description |
|---|---|
protected MemorySegment |
nextSegment(MemorySegment current,
int bytesUsed)
This method must return a segment.
|
advance, clear, getCurrentPositionInSegment, getCurrentSegment, getSegmentSize, seekOutput, skipBytesToWrite, write, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFprotected MemorySegment nextSegment(MemorySegment current, int bytesUsed) throws IOException
AbstractPagedOutputViewEOFException.nextSegment in class AbstractPagedOutputViewcurrent - The current memory segmentbytesUsed - The position in the segment, one after the last valid byte.IOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.