org.apache.hadoop.mapred
Class MapTask.MapOutputBuffer.InMemValBytes

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.DataInputStream
              extended by org.apache.hadoop.io.DataInputBuffer
                  extended by org.apache.hadoop.mapred.MapTask.MapOutputBuffer.InMemValBytes
All Implemented Interfaces:
Closeable, DataInput
Enclosing class:
MapTask.MapOutputBuffer<K,V>

protected class MapTask.MapOutputBuffer.InMemValBytes
extends org.apache.hadoop.io.DataInputBuffer

Inner class wrapping valuebytes, used for appendRaw.


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
protected MapTask.MapOutputBuffer.InMemValBytes()
           
 
Method Summary
 void reset(byte[] buffer, int start, int length)
           
 
Methods inherited from class org.apache.hadoop.io.DataInputBuffer
getData, getLength, getPosition, reset
 
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTask.MapOutputBuffer.InMemValBytes

protected MapTask.MapOutputBuffer.InMemValBytes()
Method Detail

reset

public void reset(byte[] buffer,
                  int start,
                  int length)
Overrides:
reset in class org.apache.hadoop.io.DataInputBuffer


Copyright © 2014 Apache Software Foundation. All Rights Reserved.