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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. 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
  9. 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
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getContentString: String

    Returns the content of the record as a String.

    Returns the content of the record as a String.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  12. def getCrawlDate: String

    Returns the crawl date.

    Returns the crawl date.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  13. def getCrawlMonth: String

    Returns the crawl month.

    Returns the crawl month.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  14. def getDomain: String

    Returns the domain.

    Returns the domain.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  15. def getHttpStatus: String

    Returns the http status of the crawl.

    Returns the http status of the crawl.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  16. def getMimeType: String

    Returns the MIME type.

    Returns the MIME type.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  17. def getPayloadDigest: String

    Returns payload digest (SHA1).

    Returns payload digest (SHA1).

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  18. def getUrl: String

    Returns the URL.

    Returns the URL.

    Definition Classes
    SparklingArchiveRecordArchiveRecord
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def limitBodyLength(maxBodyLength: Long): SparklingArchiveRecord
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def warc: WarcRecord

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ArchiveRecord

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped