| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
OutputFormat.createWriter(Configuration conf)
Create a record writer
|
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
CSVOutputFormat.createWriter(Configuration conf) |
RecordWriter |
LibSvmOutputFormat.createWriter(Configuration conf) |
RecordWriter |
LineOutputFormat.createWriter(Configuration conf) |
RecordWriter |
SVMLightOutputFormat.createWriter(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RecordReaderConverter.convert(RecordReader reader,
RecordWriter writer)
Write all values from the specified record reader to the specified record writer.
|
static void |
RecordReaderConverter.convert(RecordReader reader,
RecordWriter writer,
boolean closeOnCompletion)
Write all values from the specified record reader to the specified record writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordListener.recordWrite(RecordWriter writer,
Object record)
Event listener for each record to be written.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogRecordListener.recordWrite(RecordWriter writer,
Object record) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
RecordWriterFactory.create(URI uri) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileRecordWriter |
class |
LineRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
LibSvmRecordWriter |
class |
MatlabRecordWriter |
class |
SVMLightRecordWriter |
Copyright © 2021. All rights reserved.