Package | Description |
---|---|
org.apache.nutch.storage |
Representation (
web pages ,
host metadata ) of data in abstracted storage. |
Modifier and Type | Method and Description |
---|---|
WebPage.Builder |
WebPage.Builder.clearBaseUrl()
Clears the value of the 'baseUrl' field
|
WebPage.Builder |
WebPage.Builder.clearBatchId()
Clears the value of the 'batchId' field
|
WebPage.Builder |
WebPage.Builder.clearContent()
Clears the value of the 'content' field
|
WebPage.Builder |
WebPage.Builder.clearContentType()
Clears the value of the 'contentType' field
|
WebPage.Builder |
WebPage.Builder.clearFetchInterval()
Clears the value of the 'fetchInterval' field
|
WebPage.Builder |
WebPage.Builder.clearFetchTime()
Clears the value of the 'fetchTime' field
|
WebPage.Builder |
WebPage.Builder.clearHeaders()
Clears the value of the 'headers' field
|
WebPage.Builder |
WebPage.Builder.clearInlinks()
Clears the value of the 'inlinks' field
|
WebPage.Builder |
WebPage.Builder.clearMarkers()
Clears the value of the 'markers' field
|
WebPage.Builder |
WebPage.Builder.clearMetadata()
Clears the value of the 'metadata' field
|
WebPage.Builder |
WebPage.Builder.clearModifiedTime()
Clears the value of the 'modifiedTime' field
|
WebPage.Builder |
WebPage.Builder.clearOutlinks()
Clears the value of the 'outlinks' field
|
WebPage.Builder |
WebPage.Builder.clearParseStatus()
Clears the value of the 'parseStatus' field
|
WebPage.Builder |
WebPage.Builder.clearPrevFetchTime()
Clears the value of the 'prevFetchTime' field
|
WebPage.Builder |
WebPage.Builder.clearPrevModifiedTime()
Clears the value of the 'prevModifiedTime' field
|
WebPage.Builder |
WebPage.Builder.clearPrevSignature()
Clears the value of the 'prevSignature' field
|
WebPage.Builder |
WebPage.Builder.clearProtocolStatus()
Clears the value of the 'protocolStatus' field
|
WebPage.Builder |
WebPage.Builder.clearReprUrl()
Clears the value of the 'reprUrl' field
|
WebPage.Builder |
WebPage.Builder.clearRetriesSinceFetch()
Clears the value of the 'retriesSinceFetch' field
|
WebPage.Builder |
WebPage.Builder.clearScore()
Clears the value of the 'score' field
|
WebPage.Builder |
WebPage.Builder.clearSignature()
Clears the value of the 'signature' field
|
WebPage.Builder |
WebPage.Builder.clearStatus()
Clears the value of the 'status' field
|
WebPage.Builder |
WebPage.Builder.clearText()
Clears the value of the 'text' field
|
WebPage.Builder |
WebPage.Builder.clearTitle()
Clears the value of the 'title' field
|
static WebPage.Builder |
WebPage.newBuilder()
Creates a new WebPage RecordBuilder
|
static WebPage.Builder |
WebPage.newBuilder(WebPage.Builder other)
Creates a new WebPage RecordBuilder by copying an existing Builder
|
static WebPage.Builder |
WebPage.newBuilder(WebPage other)
Creates a new WebPage RecordBuilder by copying an existing WebPage instance
|
WebPage.Builder |
WebPage.Builder.setBaseUrl(CharSequence value)
Sets the value of the 'baseUrl' field
|
WebPage.Builder |
WebPage.Builder.setBatchId(CharSequence value)
Sets the value of the 'batchId' field
|
WebPage.Builder |
WebPage.Builder.setContent(ByteBuffer value)
Sets the value of the 'content' field
|
WebPage.Builder |
WebPage.Builder.setContentType(CharSequence value)
Sets the value of the 'contentType' field
|
WebPage.Builder |
WebPage.Builder.setFetchInterval(int value)
Sets the value of the 'fetchInterval' field
|
WebPage.Builder |
WebPage.Builder.setFetchTime(long value)
Sets the value of the 'fetchTime' field
|
WebPage.Builder |
WebPage.Builder.setHeaders(Map<CharSequence,CharSequence> value)
Sets the value of the 'headers' field
|
WebPage.Builder |
WebPage.Builder.setInlinks(Map<CharSequence,CharSequence> value)
Sets the value of the 'inlinks' field
|
WebPage.Builder |
WebPage.Builder.setMarkers(Map<CharSequence,CharSequence> value)
Sets the value of the 'markers' field
|
WebPage.Builder |
WebPage.Builder.setMetadata(Map<CharSequence,ByteBuffer> value)
Sets the value of the 'metadata' field
|
WebPage.Builder |
WebPage.Builder.setModifiedTime(long value)
Sets the value of the 'modifiedTime' field
|
WebPage.Builder |
WebPage.Builder.setOutlinks(Map<CharSequence,CharSequence> value)
Sets the value of the 'outlinks' field
|
WebPage.Builder |
WebPage.Builder.setParseStatus(ParseStatus value)
Sets the value of the 'parseStatus' field
|
WebPage.Builder |
WebPage.Builder.setPrevFetchTime(long value)
Sets the value of the 'prevFetchTime' field
|
WebPage.Builder |
WebPage.Builder.setPrevModifiedTime(long value)
Sets the value of the 'prevModifiedTime' field
|
WebPage.Builder |
WebPage.Builder.setPrevSignature(ByteBuffer value)
Sets the value of the 'prevSignature' field
|
WebPage.Builder |
WebPage.Builder.setProtocolStatus(ProtocolStatus value)
Sets the value of the 'protocolStatus' field
|
WebPage.Builder |
WebPage.Builder.setReprUrl(CharSequence value)
Sets the value of the 'reprUrl' field
|
WebPage.Builder |
WebPage.Builder.setRetriesSinceFetch(int value)
Sets the value of the 'retriesSinceFetch' field
|
WebPage.Builder |
WebPage.Builder.setScore(float value)
Sets the value of the 'score' field
|
WebPage.Builder |
WebPage.Builder.setSignature(ByteBuffer value)
Sets the value of the 'signature' field
|
WebPage.Builder |
WebPage.Builder.setStatus(int value)
Sets the value of the 'status' field
|
WebPage.Builder |
WebPage.Builder.setText(CharSequence value)
Sets the value of the 'text' field
|
WebPage.Builder |
WebPage.Builder.setTitle(CharSequence value)
Sets the value of the 'title' field
|
Modifier and Type | Method and Description |
---|---|
static WebPage.Builder |
WebPage.newBuilder(WebPage.Builder other)
Creates a new WebPage RecordBuilder by copying an existing Builder
|
Copyright © 2015 The Apache Software Foundation