Uses of Class
org.apache.hadoop.hbase.test.util.warc.WARCRecord
Packages that use org.apache.hadoop.hbase.test.util.warc.WARCRecord
-
Uses of org.apache.hadoop.hbase.test.util.warc.WARCRecord in org.apache.hadoop.hbase.test.util.warc
Methods in org.apache.hadoop.hbase.test.util.warc that return org.apache.hadoop.hbase.test.util.warc.WARCRecord in inModifier and TypeMethodDescriptionorg.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.Methods in org.apache.hadoop.hbase.test.util.warc with parameters of type org.apache.hadoop.hbase.test.util.warc.WARCRecord in inModifier and TypeMethodDescriptionvoid
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 aWARCRecord
to the file, in WARC/1.0 format.Constructors in org.apache.hadoop.hbase.test.util.warc with parameters of type org.apache.hadoop.hbase.test.util.warc.WARCRecord in inModifierConstructorDescriptionWARCWritable
(org.apache.hadoop.hbase.test.util.warc.WARCRecord record) Creates a writable wrapper around a given WARCRecord.