Packages

p

io

archivesunleashed

package archivesunleashed

Package object which supplies implicits to augment generic RDDs with AUT-specific transformations.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. archivesunleashed
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ArchiveRecord extends Serializable

    Trait for a record in a web archive.

  2. class ArchiveRecordImpl extends ArchiveRecord

    Default implementation of a record in a web archive.

  3. implicit class CountableRDD[T] extends Serializable

    A Wrapper class around RDD to simplify counting.

  4. 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.

  5. 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

  1. object RecordLoader

    Loads records from either WARCs or ARCs.

Inherited from AnyRef

Inherited from Any

Ungrouped