Class WARCWritable

java.lang.Object
org.apache.hadoop.hbase.test.util.warc.WARCWritable
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class WARCWritable extends Object implements org.apache.hadoop.io.Writable
A mutable wrapper around a WARCRecord implementing the Hadoop Writable interface. This allows WARC records to be used throughout Hadoop (e.g. written to sequence files when shuffling data between mappers and reducers). The record is encoded as a single record in standard WARC/1.0 format.