public static final class WebPage.Tombstone extends WebPage implements org.apache.gora.persistency.Tombstone
WebPage.Builder, WebPage.Field, WebPage.Tombstone
_ALL_FIELDS, SCHEMA$
Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
getBaseUrl()
Gets the value of the 'baseUrl' field.
|
java.lang.CharSequence |
getBatchId()
Gets the value of the 'batchId' field.
|
java.nio.ByteBuffer |
getContent()
Gets the value of the 'content' field.
|
java.lang.CharSequence |
getContentType()
Gets the value of the 'contentType' field.
|
java.lang.Integer |
getFetchInterval()
Gets the value of the 'fetchInterval' field.
|
java.lang.Long |
getFetchTime()
Gets the value of the 'fetchTime' field.
|
java.util.Map<java.lang.CharSequence,java.lang.CharSequence> |
getHeaders()
Gets the value of the 'headers' field.
|
java.util.Map<java.lang.CharSequence,java.lang.CharSequence> |
getInlinks()
Gets the value of the 'inlinks' field.
|
java.util.Map<java.lang.CharSequence,java.lang.CharSequence> |
getMarkers()
Gets the value of the 'markers' field.
|
java.util.Map<java.lang.CharSequence,java.nio.ByteBuffer> |
getMetadata()
Gets the value of the 'metadata' field.
|
java.lang.Long |
getModifiedTime()
Gets the value of the 'modifiedTime' field.
|
java.util.Map<java.lang.CharSequence,java.lang.CharSequence> |
getOutlinks()
Gets the value of the 'outlinks' field.
|
ParseStatus |
getParseStatus()
Gets the value of the 'parseStatus' field.
|
java.lang.Long |
getPrevFetchTime()
Gets the value of the 'prevFetchTime' field.
|
java.lang.Long |
getPrevModifiedTime()
Gets the value of the 'prevModifiedTime' field.
|
java.nio.ByteBuffer |
getPrevSignature()
Gets the value of the 'prevSignature' field.
|
ProtocolStatus |
getProtocolStatus()
Gets the value of the 'protocolStatus' field.
|
java.lang.CharSequence |
getReprUrl()
Gets the value of the 'reprUrl' field.
|
java.lang.Integer |
getRetriesSinceFetch()
Gets the value of the 'retriesSinceFetch' field.
|
java.lang.Float |
getScore()
Gets the value of the 'score' field.
|
java.nio.ByteBuffer |
getSignature()
Gets the value of the 'signature' field.
|
java.util.Map<java.lang.CharSequence,java.lang.CharSequence> |
getSitemaps()
Gets the value of the 'sitemaps' field.
|
java.lang.Integer |
getStatus()
Gets the value of the 'status' field.
|
java.lang.Float |
getStmPriority()
Gets the value of the 'stmPriority' field.
|
java.lang.CharSequence |
getText()
Gets the value of the 'text' field.
|
java.lang.CharSequence |
getTitle()
Gets the value of the 'title' field.
|
boolean |
isBaseUrlDirty()
Checks the dirty status of the 'baseUrl' field.
|
boolean |
isBatchIdDirty()
Checks the dirty status of the 'batchId' field.
|
boolean |
isContentDirty()
Checks the dirty status of the 'content' field.
|
boolean |
isContentTypeDirty()
Checks the dirty status of the 'contentType' field.
|
boolean |
isFetchIntervalDirty()
Checks the dirty status of the 'fetchInterval' field.
|
boolean |
isFetchTimeDirty()
Checks the dirty status of the 'fetchTime' field.
|
boolean |
isHeadersDirty()
Checks the dirty status of the 'headers' field.
|
boolean |
isInlinksDirty()
Checks the dirty status of the 'inlinks' field.
|
boolean |
isMarkersDirty()
Checks the dirty status of the 'markers' field.
|
boolean |
isMetadataDirty()
Checks the dirty status of the 'metadata' field.
|
boolean |
isModifiedTimeDirty()
Checks the dirty status of the 'modifiedTime' field.
|
boolean |
isOutlinksDirty()
Checks the dirty status of the 'outlinks' field.
|
boolean |
isParseStatusDirty()
Checks the dirty status of the 'parseStatus' field.
|
boolean |
isPrevFetchTimeDirty()
Checks the dirty status of the 'prevFetchTime' field.
|
boolean |
isPrevModifiedTimeDirty()
Checks the dirty status of the 'prevModifiedTime' field.
|
boolean |
isPrevSignatureDirty()
Checks the dirty status of the 'prevSignature' field.
|
boolean |
isProtocolStatusDirty()
Checks the dirty status of the 'protocolStatus' field.
|
boolean |
isReprUrlDirty()
Checks the dirty status of the 'reprUrl' field.
|
boolean |
isRetriesSinceFetchDirty()
Checks the dirty status of the 'retriesSinceFetch' field.
|
boolean |
isScoreDirty()
Checks the dirty status of the 'score' field.
|
boolean |
isSignatureDirty()
Checks the dirty status of the 'signature' field.
|
boolean |
isSitemapsDirty()
Checks the dirty status of the 'sitemaps' field.
|
boolean |
isStatusDirty()
Checks the dirty status of the 'status' field.
|
boolean |
isStmPriorityDirty()
Checks the dirty status of the 'stmPriority' field.
|
boolean |
isTextDirty()
Checks the dirty status of the 'text' field.
|
boolean |
isTitleDirty()
Checks the dirty status of the 'title' field.
|
void |
setBaseUrl(java.lang.CharSequence value)
Sets the value of the 'baseUrl' field.
|
void |
setBatchId(java.lang.CharSequence value)
Sets the value of the 'batchId' field.
|
void |
setContent(java.nio.ByteBuffer value)
Sets the value of the 'content' field.
|
void |
setContentType(java.lang.CharSequence value)
Sets the value of the 'contentType' field.
|
void |
setFetchInterval(java.lang.Integer value)
Sets the value of the 'fetchInterval' field.
|
void |
setFetchTime(java.lang.Long value)
Sets the value of the 'fetchTime' field.
|
void |
setHeaders(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
Sets the value of the 'headers' field.
|
void |
setInlinks(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
Sets the value of the 'inlinks' field.
|
void |
setMarkers(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
Sets the value of the 'markers' field.
|
void |
setMetadata(java.util.Map<java.lang.CharSequence,java.nio.ByteBuffer> value)
Sets the value of the 'metadata' field.
|
void |
setModifiedTime(java.lang.Long value)
Sets the value of the 'modifiedTime' field.
|
void |
setOutlinks(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
Sets the value of the 'outlinks' field.
|
void |
setParseStatus(ParseStatus value)
Sets the value of the 'parseStatus' field.
|
void |
setPrevFetchTime(java.lang.Long value)
Sets the value of the 'prevFetchTime' field.
|
void |
setPrevModifiedTime(java.lang.Long value)
Sets the value of the 'prevModifiedTime' field.
|
void |
setPrevSignature(java.nio.ByteBuffer value)
Sets the value of the 'prevSignature' field.
|
void |
setProtocolStatus(ProtocolStatus value)
Sets the value of the 'protocolStatus' field.
|
void |
setReprUrl(java.lang.CharSequence value)
Sets the value of the 'reprUrl' field.
|
void |
setRetriesSinceFetch(java.lang.Integer value)
Sets the value of the 'retriesSinceFetch' field.
|
void |
setScore(java.lang.Float value)
Sets the value of the 'score' field.
|
void |
setSignature(java.nio.ByteBuffer value)
Sets the value of the 'signature' field.
|
void |
setSitemaps(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
Sets the value of the 'sitemaps' field.
|
void |
setStatus(java.lang.Integer value)
Sets the value of the 'status' field.
|
void |
setStmPriority(java.lang.Float value)
Sets the value of the 'stmPriority' field.
|
void |
setText(java.lang.CharSequence value)
Sets the value of the 'text' field.
|
void |
setTitle(java.lang.CharSequence value)
Sets the value of the 'title' field.
|
get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, put, readExternal, writeExternal
clear, clearDirty, clearDirty, clearDirty, equals, getDirtyBytes, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirty, setDirtyBytes
compareTo, get, getConverion, getConversion, hashCode, put, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public java.lang.CharSequence getBaseUrl()
getBaseUrl
in class WebPage
public void setBaseUrl(java.lang.CharSequence value)
setBaseUrl
in class WebPage
public boolean isBaseUrlDirty()
isBaseUrlDirty
in class WebPage
public java.lang.Integer getStatus()
public void setStatus(java.lang.Integer value)
public boolean isStatusDirty()
isStatusDirty
in class WebPage
public java.lang.Long getFetchTime()
getFetchTime
in class WebPage
public void setFetchTime(java.lang.Long value)
setFetchTime
in class WebPage
public boolean isFetchTimeDirty()
isFetchTimeDirty
in class WebPage
public java.lang.Long getPrevFetchTime()
getPrevFetchTime
in class WebPage
public void setPrevFetchTime(java.lang.Long value)
setPrevFetchTime
in class WebPage
public boolean isPrevFetchTimeDirty()
isPrevFetchTimeDirty
in class WebPage
public java.lang.Integer getFetchInterval()
getFetchInterval
in class WebPage
public void setFetchInterval(java.lang.Integer value)
setFetchInterval
in class WebPage
public boolean isFetchIntervalDirty()
isFetchIntervalDirty
in class WebPage
public java.lang.Integer getRetriesSinceFetch()
getRetriesSinceFetch
in class WebPage
public void setRetriesSinceFetch(java.lang.Integer value)
setRetriesSinceFetch
in class WebPage
public boolean isRetriesSinceFetchDirty()
isRetriesSinceFetchDirty
in class WebPage
public java.lang.Long getModifiedTime()
getModifiedTime
in class WebPage
public void setModifiedTime(java.lang.Long value)
setModifiedTime
in class WebPage
public boolean isModifiedTimeDirty()
isModifiedTimeDirty
in class WebPage
public java.lang.Long getPrevModifiedTime()
getPrevModifiedTime
in class WebPage
public void setPrevModifiedTime(java.lang.Long value)
setPrevModifiedTime
in class WebPage
public boolean isPrevModifiedTimeDirty()
isPrevModifiedTimeDirty
in class WebPage
public ProtocolStatus getProtocolStatus()
getProtocolStatus
in class WebPage
public void setProtocolStatus(ProtocolStatus value)
setProtocolStatus
in class WebPage
value
- the value to set.public boolean isProtocolStatusDirty()
isProtocolStatusDirty
in class WebPage
value
- the value to set.public java.nio.ByteBuffer getContent()
getContent
in class WebPage
public void setContent(java.nio.ByteBuffer value)
setContent
in class WebPage
public boolean isContentDirty()
isContentDirty
in class WebPage
public java.lang.CharSequence getContentType()
getContentType
in class WebPage
public void setContentType(java.lang.CharSequence value)
setContentType
in class WebPage
public boolean isContentTypeDirty()
isContentTypeDirty
in class WebPage
public java.nio.ByteBuffer getPrevSignature()
getPrevSignature
in class WebPage
public void setPrevSignature(java.nio.ByteBuffer value)
setPrevSignature
in class WebPage
public boolean isPrevSignatureDirty()
isPrevSignatureDirty
in class WebPage
public java.nio.ByteBuffer getSignature()
getSignature
in class WebPage
public void setSignature(java.nio.ByteBuffer value)
setSignature
in class WebPage
public boolean isSignatureDirty()
isSignatureDirty
in class WebPage
public java.lang.CharSequence getTitle()
public void setTitle(java.lang.CharSequence value)
public boolean isTitleDirty()
isTitleDirty
in class WebPage
public java.lang.CharSequence getText()
public void setText(java.lang.CharSequence value)
public boolean isTextDirty()
isTextDirty
in class WebPage
public ParseStatus getParseStatus()
getParseStatus
in class WebPage
public void setParseStatus(ParseStatus value)
setParseStatus
in class WebPage
value
- the value to set.public boolean isParseStatusDirty()
isParseStatusDirty
in class WebPage
value
- the value to set.public java.lang.Float getScore()
public void setScore(java.lang.Float value)
public boolean isScoreDirty()
isScoreDirty
in class WebPage
public java.lang.CharSequence getReprUrl()
getReprUrl
in class WebPage
public void setReprUrl(java.lang.CharSequence value)
setReprUrl
in class WebPage
public boolean isReprUrlDirty()
isReprUrlDirty
in class WebPage
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getHeaders()
getHeaders
in class WebPage
public void setHeaders(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
setHeaders
in class WebPage
public boolean isHeadersDirty()
isHeadersDirty
in class WebPage
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getOutlinks()
getOutlinks
in class WebPage
public void setOutlinks(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
setOutlinks
in class WebPage
public boolean isOutlinksDirty()
isOutlinksDirty
in class WebPage
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getInlinks()
getInlinks
in class WebPage
public void setInlinks(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
setInlinks
in class WebPage
public boolean isInlinksDirty()
isInlinksDirty
in class WebPage
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getMarkers()
getMarkers
in class WebPage
public void setMarkers(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
setMarkers
in class WebPage
public boolean isMarkersDirty()
isMarkersDirty
in class WebPage
public java.util.Map<java.lang.CharSequence,java.nio.ByteBuffer> getMetadata()
getMetadata
in class WebPage
public void setMetadata(java.util.Map<java.lang.CharSequence,java.nio.ByteBuffer> value)
setMetadata
in class WebPage
public boolean isMetadataDirty()
isMetadataDirty
in class WebPage
public java.lang.CharSequence getBatchId()
getBatchId
in class WebPage
public void setBatchId(java.lang.CharSequence value)
setBatchId
in class WebPage
public boolean isBatchIdDirty()
isBatchIdDirty
in class WebPage
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getSitemaps()
getSitemaps
in class WebPage
public void setSitemaps(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
setSitemaps
in class WebPage
public boolean isSitemapsDirty()
isSitemapsDirty
in class WebPage
public java.lang.Float getStmPriority()
getStmPriority
in class WebPage
public void setStmPriority(java.lang.Float value)
setStmPriority
in class WebPage
public boolean isStmPriorityDirty()
isStmPriorityDirty
in class WebPage
Copyright © 2019 The Apache Software Foundation