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