Class

io.archivesunleashed

ArchiveRecordImpl

Related Doc: package archivesunleashed

Permalink

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])

    Permalink

    an archive record.

    an archive record.

    r

    the serialized record

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ISO8601: SimpleDateFormat

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val getArchiveFilename: String

    Permalink

    Returns the full path or url containing the Archive Records.

    Returns the full path or url containing the Archive Records.

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

    Permalink

    Returns a raw array of bytes for an image.

    Returns a raw array of bytes for an image.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. val getContentBytes: Array[Byte]

    Permalink

    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
  14. val getContentString: String

    Permalink

    Returns the content of the record as a String.

    Returns the content of the record as a String.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  15. val getCrawlDate: String

    Permalink

    Returns the crawl date.

    Returns the crawl date.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  16. val getCrawlMonth: String

    Permalink

    Returns the crawl month.

    Returns the crawl month.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  17. val getDomain: String

    Permalink

    Returns the domain.

    Returns the domain.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  18. val getHttpStatus: String

    Permalink

    Returns the http status of the crawl.

    Returns the http status of the crawl.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  19. val getMimeType: String

    Permalink

    Returns the MIME type.

    Returns the MIME type.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  20. val getPayloadDigest: String

    Permalink

    Returns payload digest (SHA1).

    Returns payload digest (SHA1).

    Definition Classes
    ArchiveRecordImplArchiveRecord
  21. val getUrl: String

    Permalink

    Returns the URL.

    Returns the URL.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. val recordFormat: ArchiveFormat

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ArchiveRecord

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped