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, writeExternalclear, clearDirty, clearDirty, clearDirty, equals, getDirtyBytes, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirty, setDirtyBytescompareTo, get, getConverion, getConversion, hashCode, put, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic java.lang.CharSequence getBaseUrl()
getBaseUrl in class WebPagepublic void setBaseUrl(java.lang.CharSequence value)
setBaseUrl in class WebPagepublic boolean isBaseUrlDirty()
isBaseUrlDirty in class WebPagepublic java.lang.Integer getStatus()
public void setStatus(java.lang.Integer value)
public boolean isStatusDirty()
isStatusDirty in class WebPagepublic java.lang.Long getFetchTime()
getFetchTime in class WebPagepublic void setFetchTime(java.lang.Long value)
setFetchTime in class WebPagepublic boolean isFetchTimeDirty()
isFetchTimeDirty in class WebPagepublic java.lang.Long getPrevFetchTime()
getPrevFetchTime in class WebPagepublic void setPrevFetchTime(java.lang.Long value)
setPrevFetchTime in class WebPagepublic boolean isPrevFetchTimeDirty()
isPrevFetchTimeDirty in class WebPagepublic java.lang.Integer getFetchInterval()
getFetchInterval in class WebPagepublic void setFetchInterval(java.lang.Integer value)
setFetchInterval in class WebPagepublic boolean isFetchIntervalDirty()
isFetchIntervalDirty in class WebPagepublic java.lang.Integer getRetriesSinceFetch()
getRetriesSinceFetch in class WebPagepublic void setRetriesSinceFetch(java.lang.Integer value)
setRetriesSinceFetch in class WebPagepublic boolean isRetriesSinceFetchDirty()
isRetriesSinceFetchDirty in class WebPagepublic java.lang.Long getModifiedTime()
getModifiedTime in class WebPagepublic void setModifiedTime(java.lang.Long value)
setModifiedTime in class WebPagepublic boolean isModifiedTimeDirty()
isModifiedTimeDirty in class WebPagepublic java.lang.Long getPrevModifiedTime()
getPrevModifiedTime in class WebPagepublic void setPrevModifiedTime(java.lang.Long value)
setPrevModifiedTime in class WebPagepublic boolean isPrevModifiedTimeDirty()
isPrevModifiedTimeDirty in class WebPagepublic ProtocolStatus getProtocolStatus()
getProtocolStatus in class WebPagepublic void setProtocolStatus(ProtocolStatus value)
setProtocolStatus in class WebPagevalue - the value to set.public boolean isProtocolStatusDirty()
isProtocolStatusDirty in class WebPagevalue - the value to set.public java.nio.ByteBuffer getContent()
getContent in class WebPagepublic void setContent(java.nio.ByteBuffer value)
setContent in class WebPagepublic boolean isContentDirty()
isContentDirty in class WebPagepublic java.lang.CharSequence getContentType()
getContentType in class WebPagepublic void setContentType(java.lang.CharSequence value)
setContentType in class WebPagepublic boolean isContentTypeDirty()
isContentTypeDirty in class WebPagepublic java.nio.ByteBuffer getPrevSignature()
getPrevSignature in class WebPagepublic void setPrevSignature(java.nio.ByteBuffer value)
setPrevSignature in class WebPagepublic boolean isPrevSignatureDirty()
isPrevSignatureDirty in class WebPagepublic java.nio.ByteBuffer getSignature()
getSignature in class WebPagepublic void setSignature(java.nio.ByteBuffer value)
setSignature in class WebPagepublic boolean isSignatureDirty()
isSignatureDirty in class WebPagepublic java.lang.CharSequence getTitle()
public void setTitle(java.lang.CharSequence value)
public boolean isTitleDirty()
isTitleDirty in class WebPagepublic java.lang.CharSequence getText()
public void setText(java.lang.CharSequence value)
public boolean isTextDirty()
isTextDirty in class WebPagepublic ParseStatus getParseStatus()
getParseStatus in class WebPagepublic void setParseStatus(ParseStatus value)
setParseStatus in class WebPagevalue - the value to set.public boolean isParseStatusDirty()
isParseStatusDirty in class WebPagevalue - the value to set.public java.lang.Float getScore()
public void setScore(java.lang.Float value)
public boolean isScoreDirty()
isScoreDirty in class WebPagepublic java.lang.CharSequence getReprUrl()
getReprUrl in class WebPagepublic void setReprUrl(java.lang.CharSequence value)
setReprUrl in class WebPagepublic boolean isReprUrlDirty()
isReprUrlDirty in class WebPagepublic java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getHeaders()
getHeaders in class WebPagepublic void setHeaders(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
setHeaders in class WebPagepublic boolean isHeadersDirty()
isHeadersDirty in class WebPagepublic java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getOutlinks()
getOutlinks in class WebPagepublic void setOutlinks(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
setOutlinks in class WebPagepublic boolean isOutlinksDirty()
isOutlinksDirty in class WebPagepublic java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getInlinks()
getInlinks in class WebPagepublic void setInlinks(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
setInlinks in class WebPagepublic boolean isInlinksDirty()
isInlinksDirty in class WebPagepublic java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getMarkers()
getMarkers in class WebPagepublic void setMarkers(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
setMarkers in class WebPagepublic boolean isMarkersDirty()
isMarkersDirty in class WebPagepublic java.util.Map<java.lang.CharSequence,java.nio.ByteBuffer> getMetadata()
getMetadata in class WebPagepublic void setMetadata(java.util.Map<java.lang.CharSequence,java.nio.ByteBuffer> value)
setMetadata in class WebPagepublic boolean isMetadataDirty()
isMetadataDirty in class WebPagepublic java.lang.CharSequence getBatchId()
getBatchId in class WebPagepublic void setBatchId(java.lang.CharSequence value)
setBatchId in class WebPagepublic boolean isBatchIdDirty()
isBatchIdDirty in class WebPagepublic java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getSitemaps()
getSitemaps in class WebPagepublic void setSitemaps(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
setSitemaps in class WebPagepublic boolean isSitemapsDirty()
isSitemapsDirty in class WebPagepublic java.lang.Float getStmPriority()
getStmPriority in class WebPagepublic void setStmPriority(java.lang.Float value)
setStmPriority in class WebPagepublic boolean isStmPriorityDirty()
isStmPriorityDirty in class WebPageCopyright © 2019 The Apache Software Foundation