Packages

class SparklingArchiveRecord extends ArchiveRecord

Extension of ArchiveRecord via Sparkling.

Linear Supertypes
ArchiveRecord, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparklingArchiveRecord
  2. ArchiveRecord
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SparklingArchiveRecord(filename: String, meta: WarcRecord, payload: ManagedVal[ValueSupplier[InputStream]], maxMemoryBytes: Long = -1)

Value Members

  1. def getArchiveFilename: String

    Returns the full path or url containing the Archive Records.

    Returns the full path or url containing the Archive Records.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  2. def getBinaryBytes: Array[Byte]

    Returns a raw array of bytes for an image.

    Returns a raw array of bytes for an image.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  3. def getContentString: String

    Returns the content of the record as a String.

    Returns the content of the record as a String.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  4. def getCrawlDate: String

    Returns the crawl date.

    Returns the crawl date.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  5. def getCrawlMonth: String

    Returns the crawl month.

    Returns the crawl month.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  6. def getDomain: String

    Returns the domain.

    Returns the domain.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  7. def getHttpStatus: String

    Returns the http status of the crawl.

    Returns the http status of the crawl.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  8. def getMimeType: String

    Returns the MIME type.

    Returns the MIME type.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  9. def getPayloadDigest: String

    Returns payload digest (SHA1).

    Returns payload digest (SHA1).

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  10. def getUrl: String

    Returns the URL.

    Returns the URL.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  11. def limitBodyLength(maxBodyLength: Long): SparklingArchiveRecord
  12. def warc: WarcRecord