Class OutputBuffer

java.lang.Object
org.apache.hadoop.mapred.nativetask.buffer.OutputBuffer

@Private public class OutputBuffer extends Object
  • Field Details

  • Constructor Details

    • OutputBuffer

      public OutputBuffer(BufferType type, int outputBufferCapacity)
    • OutputBuffer

      public OutputBuffer(byte[] bytes)
  • Method Details

    • getType

      public BufferType getType()
    • getByteBuffer

      public ByteBuffer getByteBuffer()
    • length

      public int length()
    • rewind

      public void rewind()
    • limit

      public int limit()