public class RawBytesInputWriter extends InputWriter<Writable,Writable>
构造器和说明 |
---|
RawBytesInputWriter() |
限定符和类型 | 方法和说明 |
---|---|
void |
initialize(PipeMapRed pipeMapRed)
Initializes the InputWriter.
|
void |
writeKey(Writable key)
Writes an input key.
|
void |
writeValue(Writable value)
Writes an input value.
|
public void initialize(PipeMapRed pipeMapRed) throws IOException
InputWriter
initialize
在类中 InputWriter<Writable,Writable>
IOException
public void writeKey(Writable key) throws IOException
InputWriter
writeKey
在类中 InputWriter<Writable,Writable>
IOException
public void writeValue(Writable value) throws IOException
InputWriter
writeValue
在类中 InputWriter<Writable,Writable>
IOException
Copyright © 2009 The Apache Software Foundation