Uses of Class
org.apache.hadoop.hbase.test.util.warc.WARCRecord
Packages that use WARCRecord
-
Uses of WARCRecord in org.apache.hadoop.hbase.test.util.warc
Fields in org.apache.hadoop.hbase.test.util.warc declared as WARCRecordMethods in org.apache.hadoop.hbase.test.util.warc that return WARCRecordModifier and TypeMethodDescriptionWARCWritable.getRecord()Returns the record currently wrapped by this writable.WARCFileReader.read()Reads the next record from the file.Methods in org.apache.hadoop.hbase.test.util.warc with parameters of type WARCRecordModifier and TypeMethodDescriptionvoidWARCWritable.setRecord(WARCRecord record) Updates the record held within this writable wrapper.voidWARCFileWriter.write(WARCRecord record) Appends aWARCRecordto the file, in WARC/1.0 format.Constructors in org.apache.hadoop.hbase.test.util.warc with parameters of type WARCRecordModifierConstructorDescriptionWARCWritable(WARCRecord record) Creates a writable wrapper around a given WARCRecord.