class SparklingArchiveRecord extends ArchiveRecord
Extension of ArchiveRecord via Sparkling.
- Alphabetic
- By Inheritance
- SparklingArchiveRecord
- ArchiveRecord
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SparklingArchiveRecord(filename: String, meta: WarcRecord, payload: ManagedVal[ValueSupplier[InputStream]], maxMemoryBytes: Long = -1)
Value Members
-
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
- SparklingArchiveRecord → ArchiveRecord
-
def
getBinaryBytes: Array[Byte]
Returns a raw array of bytes for an image.
Returns a raw array of bytes for an image.
- Definition Classes
- SparklingArchiveRecord → ArchiveRecord
-
def
getContentString: String
Returns the content of the record as a String.
Returns the content of the record as a String.
- Definition Classes
- SparklingArchiveRecord → ArchiveRecord
-
def
getCrawlDate: String
Returns the crawl date.
Returns the crawl date.
- Definition Classes
- SparklingArchiveRecord → ArchiveRecord
-
def
getCrawlMonth: String
Returns the crawl month.
Returns the crawl month.
- Definition Classes
- SparklingArchiveRecord → ArchiveRecord
-
def
getDomain: String
Returns the domain.
Returns the domain.
- Definition Classes
- SparklingArchiveRecord → ArchiveRecord
-
def
getHttpStatus: String
Returns the http status of the crawl.
Returns the http status of the crawl.
- Definition Classes
- SparklingArchiveRecord → ArchiveRecord
-
def
getMimeType: String
Returns the MIME type.
Returns the MIME type.
- Definition Classes
- SparklingArchiveRecord → ArchiveRecord
-
def
getPayloadDigest: String
Returns payload digest (SHA1).
Returns payload digest (SHA1).
- Definition Classes
- SparklingArchiveRecord → ArchiveRecord
-
def
getUrl: String
Returns the URL.
Returns the URL.
- Definition Classes
- SparklingArchiveRecord → ArchiveRecord
- def limitBodyLength(maxBodyLength: Long): SparklingArchiveRecord
- def warc: WarcRecord