package archivesunleashed
Package object which supplies implicits to augment generic RDDs with AUT-specific transformations.
- Alphabetic
 - By Inheritance
 
- archivesunleashed
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - All
 
Type Members
- 
      
      
      
        
      
    
      
        
        trait
      
      
        ArchiveRecord extends Serializable
      
      
      
Trait for a record in a web archive.
 - 
      
      
      
        
      
    
      
        
        class
      
      
        ArchiveRecordImpl extends ArchiveRecord
      
      
      
Default implementation of a record in a web archive.
 - 
      
      
      
        
      
    
      
        implicit 
        class
      
      
        CountableRDD[T] extends Serializable
      
      
      
A Wrapper class around RDD to simplify counting.
 - 
      
      
      
        
      
    
      
        implicit 
        class
      
      
        WARecordDF extends Serializable
      
      
      
A Wrapper class around DF to allow Dfs of type ARCRecord and WARCRecord to be queried via a fluent API.
A Wrapper class around DF to allow Dfs of type ARCRecord and WARCRecord to be queried via a fluent API.
To load such an DF, please use RecordLoader and apply .all() on it.
 - 
      
      
      
        
      
    
      
        implicit 
        class
      
      
        WARecordRDD extends Serializable
      
      
      
A Wrapper class around RDD to allow RDDs of type ARCRecord and WARCRecord to be queried via a fluent API.
A Wrapper class around RDD to allow RDDs of type ARCRecord and WARCRecord to be queried via a fluent API.
To load such an RDD, please see RecordLoader.
 
Value Members
- 
      
      
      
        
      
    
      
        
        object
      
      
        RecordLoader
      
      
      
Loads records from either WARCs or ARCs.