Uses of Class
org.apache.hadoop.hbase.test.util.warc.WARCWritable
Packages that use WARCWritable
-
Uses of WARCWritable in org.apache.hadoop.hbase.test
Methods in org.apache.hadoop.hbase.test with parameters of type WARCWritableModifier and TypeMethodDescriptionprotected void
IntegrationTestLoadCommonCrawl.Loader.LoaderMapper.map
(org.apache.hadoop.io.LongWritable key, WARCWritable value, org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.LongWritable, WARCWritable, IntegrationTestLoadCommonCrawl.HBaseKeyWritable, org.apache.hadoop.io.BytesWritable>.org.apache.hadoop.mapreduce.Mapper.Context output) -
Uses of WARCWritable in org.apache.hadoop.hbase.test.util.warc
Fields in org.apache.hadoop.hbase.test.util.warc declared as WARCWritableMethods in org.apache.hadoop.hbase.test.util.warc that return WARCWritableMethods in org.apache.hadoop.hbase.test.util.warc that return types with arguments of type WARCWritableModifier and TypeMethodDescriptionorg.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.LongWritable,
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,
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 WARCWritableModifier and TypeMethodDescriptionvoid
WARCFileWriter.write
(WARCWritable record) Appends aWARCRecord
wrapped in aWARCWritable
to the file.void
WARCOutputFormat.WARCWriter.write
(org.apache.hadoop.io.NullWritable key, WARCWritable value)