public abstract class InputWriter<K,V> extends Object
Constructor and Description |
---|
InputWriter() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(PipeMapRed pipeMapRed)
Initializes the InputWriter.
|
abstract void |
writeKey(K key)
Writes an input key.
|
abstract void |
writeValue(V value)
Writes an input value.
|
public void initialize(PipeMapRed pipeMapRed) throws IOException
IOException
public abstract void writeKey(K key) throws IOException
IOException
public abstract void writeValue(V value) throws IOException
IOException
Copyright © 2013 Apache Software Foundation. All rights reserved.