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. implicit class CountableRDD[T] extends Serializable

    A Wrapper class around RDD to simplify counting.

  3. class SparklingArchiveRecord extends ArchiveRecord

    Extension of ArchiveRecord via Sparkling.

  4. implicit class WARecordDF extends Serializable

    A Wrapper class around DF to allow Dfs of type ArchiveRecord to be queried via a fluent API.

    A Wrapper class around DF to allow Dfs of type ArchiveRecord 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 ArchiveRecord to be queried via a fluent API.

    A Wrapper class around RDD to allow RDDs of type ArchiveRecord 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.

  2. object SparklingArchiveRecord extends Serializable

    Set MaxStringByteLength for SparklingArchiveRecord.

Inherited from AnyRef

Inherited from Any

Ungrouped