org.apache.hadoop.mapred
Class MapTask.MapOutputBuffer.InMemValBytes
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
org.apache.hadoop.io.DataInputBuffer
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.
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.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapTask.MapOutputBuffer.InMemValBytes
protected MapTask.MapOutputBuffer.InMemValBytes()
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.