Methods in org.apache.hadoop.record with parameters of type Record |
void |
CsvOutputArchive.endRecord(Record r,
String tag)
|
void |
BinaryOutputArchive.endRecord(Record r,
String tag)
|
void |
OutputArchive.endRecord(Record r,
String tag)
|
void |
RecordReader.read(Record r)
Deserialize a record |
void |
InputArchive.readRecord(Record r,
String tag)
|
void |
BinaryInputArchive.readRecord(Record record,
String tag)
|
void |
CsvOutputArchive.startRecord(Record r,
String tag)
|
void |
BinaryOutputArchive.startRecord(Record r,
String tag)
|
void |
OutputArchive.startRecord(Record r,
String tag)
|
void |
RecordWriter.write(Record r)
Serialize a record |
void |
CsvOutputArchive.writeRecord(Record r,
String tag)
|
void |
BinaryOutputArchive.writeRecord(Record r,
String tag)
|
void |
OutputArchive.writeRecord(Record r,
String tag)
|