| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
OutputFormat.createWriter(Configuration conf)
Create a record writer
|
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
SVMLightOutputFormat.createWriter(Configuration conf) |
RecordWriter |
LibSvmOutputFormat.createWriter(Configuration conf) |
RecordWriter |
CSVOutputFormat.createWriter(Configuration conf) |
RecordWriter |
LineOutputFormat.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
Write to files.
|
class |
LineRecordWriter
Line record writer
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVRecordWriter
Csv record writer
|
| Modifier and Type | Class and Description |
|---|---|
class |
LibSvmRecordWriter
Record writer for libsvm format, which is closely
related to SVMLight format.
|
class |
MatlabRecordWriter
Write matlab records
|
class |
SVMLightRecordWriter
Record writer for SVMLight format, which can generally
be described as
LABEL INDEX:VALUE INDEX:VALUE ...
|
Copyright © 2020. All rights reserved.