Package org.apache.hadoop.hbase.test.util.warc


package org.apache.hadoop.hbase.test.util.warc
  • Classes
    Class
    Description
    org.apache.hadoop.hbase.test.util.warc.WARCFileReader
    Reads WARCRecords from a WARC file, using Hadoop's filesystem APIs.
    org.apache.hadoop.hbase.test.util.warc.WARCFileWriter
    Writes WARCRecords to a WARC file, using Hadoop's filesystem APIs.
    org.apache.hadoop.hbase.test.util.warc.WARCInputFormat
    Hadoop InputFormat for mapreduce jobs ('new' API) that want to process data in WARC files.
    org.apache.hadoop.hbase.test.util.warc.WARCOutputFormat
    Hadoop OutputFormat for mapreduce jobs ('new' API) that want to write data to WARC files.
    org.apache.hadoop.hbase.test.util.warc.WARCRecord
    Immutable implementation of a record in a WARC file.
    org.apache.hadoop.hbase.test.util.warc.WARCRecord.Header
    Contains the parsed headers of a WARCRecord.
    org.apache.hadoop.hbase.test.util.warc.WARCWritable
    A mutable wrapper around a WARCRecord implementing the Hadoop Writable interface.