Uses of Class
org.apache.hadoop.hbase.test.util.warc.WARCRecord
-
Uses of WARCRecord in org.apache.hadoop.hbase.test.util.warc
Modifier and TypeMethodDescriptionWARCWritable.getRecord()
Returns the record currently wrapped by this writable.WARCFileReader.read()
Reads the next record from the file.Modifier and TypeMethodDescriptionvoid
WARCWritable.setRecord
(WARCRecord record) Updates the record held within this writable wrapper.void
WARCFileWriter.write
(WARCRecord record) Appends aWARCRecord
to the file, in WARC/1.0 format.ModifierConstructorDescriptionWARCWritable
(WARCRecord record) Creates a writable wrapper around a given WARCRecord.