public interface Outputter<T> extends Closeable
void init(Path path, Configuration conf) throws IOException
Outputter
to a specific path.path
- The Path
to the output file.conf
- ConfigurationIOException
void output(T object) throws IOException
object
- The objecte.IOException
Copyright © 2009 The Apache Software Foundation