- GenericArchiveRecordReader() - Constructor for class io.archivesunleashed.mapreduce.WacGenericInputFormat.GenericArchiveRecordReader
 
-  
 
- GenericArchiveRecordWritable - Class in io.archivesunleashed.io
 
- 
Implements Hadoop Writable for Generic Archive Records.
 
- GenericArchiveRecordWritable() - Constructor for class io.archivesunleashed.io.GenericArchiveRecordWritable
 
- 
Utility function.
 
- GenericArchiveRecordWritable(ArchiveRecord) - Constructor for class io.archivesunleashed.io.GenericArchiveRecordWritable
 
- 
Initialize Generic Archive Record.
 
- GenericArchiveRecordWritable.ArchiveFormat - Enum in io.archivesunleashed.io
 
- 
Archive Formats that can be used.
 
- getBodyContent(ARCRecord) - Static method in class io.archivesunleashed.data.ArcRecordUtils
 
- 
Extracts contents of the body from an ARCRecord.
 
- getBodyContent(WARCRecord) - Static method in class io.archivesunleashed.data.WarcRecordUtils
 
- 
Extracts contents of the body from a WARCRecord.
 
- getContent(ARCRecord) - Static method in class io.archivesunleashed.data.ArcRecordUtils
 
- 
Extracts raw contents from an ARCRecord (including HTTP headers).
 
- getContent(WARCRecord) - Static method in class io.archivesunleashed.data.WarcRecordUtils
 
- 
Extracts raw contents from a WARCRecord (including HTTP headers).
 
- getCurrentKey() - Method in class io.archivesunleashed.mapreduce.WacArcInputFormat.ArcRecordReader
 
-  
 
- getCurrentKey() - Method in class io.archivesunleashed.mapreduce.WacGenericInputFormat.GenericArchiveRecordReader
 
-  
 
- getCurrentKey() - Method in class io.archivesunleashed.mapreduce.WacWarcInputFormat.WarcRecordReader
 
-  
 
- getCurrentValue() - Method in class io.archivesunleashed.mapreduce.WacArcInputFormat.ArcRecordReader
 
-  
 
- getCurrentValue() - Method in class io.archivesunleashed.mapreduce.WacGenericInputFormat.GenericArchiveRecordReader
 
-  
 
- getCurrentValue() - Method in class io.archivesunleashed.mapreduce.WacWarcInputFormat.WarcRecordReader
 
-  
 
- getFormat() - Method in class io.archivesunleashed.io.GenericArchiveRecordWritable
 
- 
Get format of Generic Archive Record.
 
- getProgress() - Method in class io.archivesunleashed.mapreduce.WacArcInputFormat.ArcRecordReader
 
-  
 
- getProgress() - Method in class io.archivesunleashed.mapreduce.WacGenericInputFormat.GenericArchiveRecordReader
 
-  
 
- getProgress() - Method in class io.archivesunleashed.mapreduce.WacWarcInputFormat.WarcRecordReader
 
-  
 
- getRecord() - Method in class io.archivesunleashed.io.ArcRecordWritable
 
- 
Get ARC Record.
 
- getRecord() - Method in class io.archivesunleashed.io.GenericArchiveRecordWritable
 
- 
Get Generic Archive Record.
 
- getRecord() - Method in class io.archivesunleashed.io.WarcRecordWritable
 
- 
Get WARC Record.
 
- getWarcResponseMimeType(byte[]) - Static method in class io.archivesunleashed.data.WarcRecordUtils
 
- 
Extracts the MIME type of WARC response records.