| Constructor | Description |
|---|---|
DefaultOutputter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
init(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf) |
Initialize the
Outputter to a specific path. |
void |
output(T object) |
Output an object.
|
public void init(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf)
throws java.io.IOException
OutputterOutputter to a specific path.public void output(T object) throws java.io.IOException
Outputterpublic void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablejava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.