@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract class KeyValueWriter
extends org.apache.tez.runtime.api.Writer
Writer
Constructor and Description |
---|
KeyValueWriter() |
public abstract void write(Object key, Object value) throws IOException
key
- the key to writevalue
- the value to writeIOException
- if an error occursCopyright © 2016 Apache Software Foundation. All rights reserved.