public interface RecordWriter
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
initialize(OutputStream in,
org.apache.hadoop.conf.Configuration conf) |
void |
write(org.apache.hadoop.io.Writable row) |
void initialize(OutputStream in, org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
void write(org.apache.hadoop.io.Writable row) throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.