Packages

c

io.archivesunleashed

ArchiveRecordImpl

class ArchiveRecordImpl extends ArchiveRecord

Default implementation of a record in a web archive.

Linear Supertypes
ArchiveRecord, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArchiveRecordImpl
  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 ArchiveRecordImpl(r: SerializableWritable[ArchiveRecordWritable])

    an archive record.

    an archive record.

    r

    the serialized record

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. val ISO8601: SimpleDateFormat
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. val getArchiveFilename: String

    Returns the full path or url containing the Archive Records.

    Returns the full path or url containing the Archive Records.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  10. val getBinaryBytes: Array[Byte]

    Returns a raw array of bytes for an image.

    Returns a raw array of bytes for an image.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. val getContentBytes: Array[Byte]

    Returns the content of the record as an array of bytes.

    Returns the content of the record as an array of bytes.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  13. val getContentString: String

    Returns the content of the record as a String.

    Returns the content of the record as a String.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  14. val getCrawlDate: String

    Returns the crawl date.

    Returns the crawl date.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  15. val getCrawlMonth: String

    Returns the crawl month.

    Returns the crawl month.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  16. val getDomain: String

    Returns the domain.

    Returns the domain.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  17. val getHttpStatus: String

    Returns the http status of the crawl.

    Returns the http status of the crawl.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  18. val getMimeType: String

    Returns the MIME type.

    Returns the MIME type.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  19. val getPayloadDigest: String

    Returns payload digest (SHA1).

    Returns payload digest (SHA1).

    Definition Classes
    ArchiveRecordImplArchiveRecord
  20. val getUrl: String

    Returns the URL.

    Returns the URL.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val recordFormat: ArchiveFormat
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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