java.io.Closeable, java.io.Flushable, java.lang.AutoCloseablepublic class MapRFsOutputBuffer.Buffer
extends java.io.OutputStream
| Constructor | Description |
|---|---|
Buffer() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(byte[] b,
int off,
int len) |
Attempt to write a sequence of bytes to the collection buffer.
|
void |
write(int v) |
public void write(int v)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamorg.apache.hadoop.mapred.MapTask.MapBufferTooSmallException - if record is too large to
deserialize into the collection buffer.java.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.