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.WARCRecordWARCWritable.getRecord()Returns the record currently wrapped by this writable.org.apache.hadoop.hbase.test.util.warc.WARCRecordWARCFileReader.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 TypeMethodDescriptionvoidWARCWritable.setRecord(org.apache.hadoop.hbase.test.util.warc.WARCRecord record) Updates the record held within this writable wrapper.voidWARCFileWriter.write(org.apache.hadoop.hbase.test.util.warc.WARCRecord record) Appends aWARCRecordto 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.