Uses of Class
org.apache.hadoop.hbase.test.util.warc.WARCWritable

Packages that use org.apache.hadoop.hbase.test.util.warc.WARCWritable
  • Uses of org.apache.hadoop.hbase.test.util.warc.WARCWritable in org.apache.hadoop.hbase.test

    Methods in org.apache.hadoop.hbase.test with parameters of type org.apache.hadoop.hbase.test.util.warc.WARCWritable in in
    Modifier and Type
    Method
    Description
    protected void
    IntegrationTestLoadCommonCrawl.Loader.LoaderMapper.map(org.apache.hadoop.io.LongWritable key, org.apache.hadoop.hbase.test.util.warc.WARCWritable value, org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.LongWritable,org.apache.hadoop.hbase.test.util.warc.WARCWritable,org.apache.hadoop.hbase.test.IntegrationTestLoadCommonCrawl.HBaseKeyWritable,org.apache.hadoop.io.BytesWritable>.org.apache.hadoop.mapreduce.Mapper.Context output)
     
  • Uses of org.apache.hadoop.hbase.test.util.warc.WARCWritable in org.apache.hadoop.hbase.test.util.warc

    Methods in org.apache.hadoop.hbase.test.util.warc that return types with arguments of type org.apache.hadoop.hbase.test.util.warc.WARCWritable in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.hbase.test.util.warc.WARCWritable>
    WARCInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
    Opens a WARC file (possibly compressed) for reading, and returns a RecordReader for accessing it.
    org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.NullWritable,org.apache.hadoop.hbase.test.util.warc.WARCWritable>
    WARCOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
    Creates a new output file in WARC format, and returns a RecordWriter for writing to it.
    Methods in org.apache.hadoop.hbase.test.util.warc with parameters of type org.apache.hadoop.hbase.test.util.warc.WARCWritable in in
    Modifier and Type
    Method
    Description
    void
    WARCFileWriter.write(org.apache.hadoop.hbase.test.util.warc.WARCWritable record)
    Appends a WARCRecord wrapped in a WARCWritable to the file.