Package 

Class GWebPage

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord , org.apache.gora.persistency.Dirtyable , org.apache.gora.persistency.Persistent

    
    public class GWebPage
    extends PersistentBase implements SpecificRecord, Persistent
                        
    • Method Detail

      • setCreateTime

         void setCreateTime(Long value)

        Sets the value of the 'createTime' field.

        Parameters:
        value - the value to set.
      • setDistance

         void setDistance(Integer value)

        Sets the value of the 'distance' field.

        Parameters:
        value - the value to set.
      • setFetchCount

         void setFetchCount(Integer value)

        Sets the value of the 'fetchCount' field.

        Parameters:
        value - the value to set.
      • setFetchPriority

         void setFetchPriority(Integer value)

        Sets the value of the 'fetchPriority' field.

        Parameters:
        value - the value to set.
      • setFetchInterval

         void setFetchInterval(Integer value)

        Sets the value of the 'fetchInterval' field.

        Parameters:
        value - the value to set.
      • setZoneId

         void setZoneId(CharSequence value)

        Sets the value of the 'zoneId' field.

        Parameters:
        value - the value to set.
      • setOptions

         void setOptions(CharSequence value)

        Sets the value of the 'options' field.

        Parameters:
        value - the value to set.
      • setBatchId

         void setBatchId(CharSequence value)

        Sets the value of the 'batchId' field.

        Parameters:
        value - the value to set.
      • setCrawlStatus

         void setCrawlStatus(Integer value)

        Sets the value of the 'crawlStatus' field.

        Parameters:
        value - the value to set.
      • setPrevFetchTime

         void setPrevFetchTime(Long value)

        Sets the value of the 'prevFetchTime' field.

        Parameters:
        value - the value to set.
      • setPrevCrawlTime1

         void setPrevCrawlTime1(Long value)

        Sets the value of the 'prevCrawlTime1' field.

        Parameters:
        value - the value to set.
      • setFetchTime

         void setFetchTime(Long value)

        Sets the value of the 'fetchTime' field.

        Parameters:
        value - the value to set.
      • setFetchRetries

         void setFetchRetries(Integer value)

        Sets the value of the 'fetchRetries' field.

        Parameters:
        value - the value to set.
      • setReprUrl

         void setReprUrl(CharSequence value)

        Sets the value of the 'reprUrl' field.

        Parameters:
        value - the value to set.
      • setPrevModifiedTime

         void setPrevModifiedTime(Long value)

        Sets the value of the 'prevModifiedTime' field.

        Parameters:
        value - the value to set.
      • setModifiedTime

         void setModifiedTime(Long value)

        Sets the value of the 'modifiedTime' field.

        Parameters:
        value - the value to set.
      • setEncoding

         void setEncoding(CharSequence value)

        Sets the value of the 'encoding' field.

        Parameters:
        value - the value to set.
      • setContentType

         void setContentType(CharSequence value)

        Sets the value of the 'contentType' field.

        Parameters:
        value - the value to set.
      • getContent

         ByteBuffer getContent()

        Gets the value of the 'content' field.The entire raw document content e.g. raw XHTML

      • setContent

         void setContent(ByteBuffer value)

        Sets the value of the 'content' field.The entire raw document content e.g. raw XHTML * @param value the value to set.

      • setBaseUrl

         void setBaseUrl(CharSequence value)

        Sets the value of the 'baseUrl' field.

        Parameters:
        value - the value to set.
      • setReferrer

         void setReferrer(CharSequence value)

        Sets the value of the 'referrer' field.

        Parameters:
        value - the value to set.
      • setAnchor

         void setAnchor(CharSequence value)

        Sets the value of the 'anchor' field.

        Parameters:
        value - the value to set.
      • setAnchorOrder

         void setAnchorOrder(Integer value)

        Sets the value of the 'anchorOrder' field.

        Parameters:
        value - the value to set.
      • setParseStatus

         void setParseStatus(GParseStatus value)

        Sets the value of the 'parseStatus' field.

        Parameters:
        value - the value to set.
      • setPageTitle

         void setPageTitle(CharSequence value)

        Sets the value of the 'pageTitle' field.

        Parameters:
        value - the value to set.
      • setPageText

         void setPageText(CharSequence value)

        Sets the value of the 'pageText' field.

        Parameters:
        value - the value to set.
      • setContentTitle

         void setContentTitle(CharSequence value)

        Sets the value of the 'contentTitle' field.

        Parameters:
        value - the value to set.
      • setContentText

         void setContentText(CharSequence value)

        Sets the value of the 'contentText' field.

        Parameters:
        value - the value to set.
      • setContentTextLen

         void setContentTextLen(Integer value)

        Sets the value of the 'contentTextLen' field.

        Parameters:
        value - the value to set.
      • setPageCategory

         void setPageCategory(CharSequence value)

        Sets the value of the 'pageCategory' field.

        Parameters:
        value - the value to set.
      • setContentModifiedTime

         void setContentModifiedTime(Long value)

        Sets the value of the 'contentModifiedTime' field.

        Parameters:
        value - the value to set.
      • setPrevContentModifiedTime

         void setPrevContentModifiedTime(Long value)

        Sets the value of the 'prevContentModifiedTime' field.

        Parameters:
        value - the value to set.
      • setContentPublishTime

         void setContentPublishTime(Long value)

        Sets the value of the 'contentPublishTime' field.

        Parameters:
        value - the value to set.
      • setPrevContentPublishTime

         void setPrevContentPublishTime(Long value)

        Sets the value of the 'prevContentPublishTime' field.

        Parameters:
        value - the value to set.
      • setRefContentPublishTime

         void setRefContentPublishTime(Long value)

        Sets the value of the 'refContentPublishTime' field.

        Parameters:
        value - the value to set.
      • setPrevRefContentPublishTime

         void setPrevRefContentPublishTime(Long value)

        Sets the value of the 'prevRefContentPublishTime' field.

        Parameters:
        value - the value to set.
      • setPrevSignature

         void setPrevSignature(ByteBuffer value)

        Sets the value of the 'prevSignature' field.

        Parameters:
        value - the value to set.
      • setSignature

         void setSignature(ByteBuffer value)

        Sets the value of the 'signature' field.

        Parameters:
        value - the value to set.
      • setContentScore

         void setContentScore(Float value)

        Sets the value of the 'contentScore' field.

        Parameters:
        value - the value to set.
      • setScore

         void setScore(Float value)

        Sets the value of the 'score' field.

        Parameters:
        value - the value to set.
      • setSortScore

         void setSortScore(CharSequence value)

        Sets the value of the 'sortScore' field.

        Parameters:
        value - the value to set.
      • setLinks

         void setLinks(List<CharSequence> value)

        Sets the value of the 'links' field.

        Parameters:
        value - the value to set.
      • setPageModel

         void setPageModel(List<GFieldGroup> value)

        Sets the value of the 'pageModel' field.

        Parameters:
        value - the value to set.
      • isCreateTimeDirty

         boolean isCreateTimeDirty()

        Checks the dirty status of the 'createTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isDistanceDirty

         boolean isDistanceDirty()

        Checks the dirty status of the 'distance' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isFetchCountDirty

         boolean isFetchCountDirty()

        Checks the dirty status of the 'fetchCount' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isFetchPriorityDirty

         boolean isFetchPriorityDirty()

        Checks the dirty status of the 'fetchPriority' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isFetchIntervalDirty

         boolean isFetchIntervalDirty()

        Checks the dirty status of the 'fetchInterval' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isZoneIdDirty

         boolean isZoneIdDirty()

        Checks the dirty status of the 'zoneId' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isOptionsDirty

         boolean isOptionsDirty()

        Checks the dirty status of the 'options' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isBatchIdDirty

         boolean isBatchIdDirty()

        Checks the dirty status of the 'batchId' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isCrawlStatusDirty

         boolean isCrawlStatusDirty()

        Checks the dirty status of the 'crawlStatus' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPrevFetchTimeDirty

         boolean isPrevFetchTimeDirty()

        Checks the dirty status of the 'prevFetchTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPrevCrawlTime1Dirty

         boolean isPrevCrawlTime1Dirty()

        Checks the dirty status of the 'prevCrawlTime1' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isFetchTimeDirty

         boolean isFetchTimeDirty()

        Checks the dirty status of the 'fetchTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isFetchRetriesDirty

         boolean isFetchRetriesDirty()

        Checks the dirty status of the 'fetchRetries' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isReprUrlDirty

         boolean isReprUrlDirty()

        Checks the dirty status of the 'reprUrl' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPrevModifiedTimeDirty

         boolean isPrevModifiedTimeDirty()

        Checks the dirty status of the 'prevModifiedTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isModifiedTimeDirty

         boolean isModifiedTimeDirty()

        Checks the dirty status of the 'modifiedTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isProtocolStatusDirty

         boolean isProtocolStatusDirty()

        Checks the dirty status of the 'protocolStatus' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isEncodingDirty

         boolean isEncodingDirty()

        Checks the dirty status of the 'encoding' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isContentTypeDirty

         boolean isContentTypeDirty()

        Checks the dirty status of the 'contentType' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isContentDirty

         boolean isContentDirty()

        Checks the dirty status of the 'content' field. A field is dirty if it represents a change that has not yet been written to the database.The entire raw document content e.g. raw XHTML * @param value the value to set.

      • isBaseUrlDirty

         boolean isBaseUrlDirty()

        Checks the dirty status of the 'baseUrl' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isReferrerDirty

         boolean isReferrerDirty()

        Checks the dirty status of the 'referrer' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isAnchorDirty

         boolean isAnchorDirty()

        Checks the dirty status of the 'anchor' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isAnchorOrderDirty

         boolean isAnchorOrderDirty()

        Checks the dirty status of the 'anchorOrder' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isParseStatusDirty

         boolean isParseStatusDirty()

        Checks the dirty status of the 'parseStatus' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPageTitleDirty

         boolean isPageTitleDirty()

        Checks the dirty status of the 'pageTitle' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPageTextDirty

         boolean isPageTextDirty()

        Checks the dirty status of the 'pageText' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isContentTitleDirty

         boolean isContentTitleDirty()

        Checks the dirty status of the 'contentTitle' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isContentTextDirty

         boolean isContentTextDirty()

        Checks the dirty status of the 'contentText' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isContentTextLenDirty

         boolean isContentTextLenDirty()

        Checks the dirty status of the 'contentTextLen' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPageCategoryDirty

         boolean isPageCategoryDirty()

        Checks the dirty status of the 'pageCategory' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isContentModifiedTimeDirty

         boolean isContentModifiedTimeDirty()

        Checks the dirty status of the 'contentModifiedTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPrevContentModifiedTimeDirty

         boolean isPrevContentModifiedTimeDirty()

        Checks the dirty status of the 'prevContentModifiedTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isContentPublishTimeDirty

         boolean isContentPublishTimeDirty()

        Checks the dirty status of the 'contentPublishTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPrevContentPublishTimeDirty

         boolean isPrevContentPublishTimeDirty()

        Checks the dirty status of the 'prevContentPublishTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isRefContentPublishTimeDirty

         boolean isRefContentPublishTimeDirty()

        Checks the dirty status of the 'refContentPublishTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPrevRefContentPublishTimeDirty

         boolean isPrevRefContentPublishTimeDirty()

        Checks the dirty status of the 'prevRefContentPublishTime' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPrevSignatureDirty

         boolean isPrevSignatureDirty()

        Checks the dirty status of the 'prevSignature' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isSignatureDirty

         boolean isSignatureDirty()

        Checks the dirty status of the 'signature' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isContentScoreDirty

         boolean isContentScoreDirty()

        Checks the dirty status of the 'contentScore' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isScoreDirty

         boolean isScoreDirty()

        Checks the dirty status of the 'score' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isSortScoreDirty

         boolean isSortScoreDirty()

        Checks the dirty status of the 'sortScore' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPageCountersDirty

         boolean isPageCountersDirty()

        Checks the dirty status of the 'pageCounters' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isHeadersDirty

         boolean isHeadersDirty()

        Checks the dirty status of the 'headers' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isLinksDirty

         boolean isLinksDirty()

        Checks the dirty status of the 'links' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isLiveLinksDirty

         boolean isLiveLinksDirty()

        Checks the dirty status of the 'liveLinks' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isVividLinksDirty

         boolean isVividLinksDirty()

        Checks the dirty status of the 'vividLinks' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isDeadLinksDirty

         boolean isDeadLinksDirty()

        Checks the dirty status of the 'deadLinks' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isInlinksDirty

         boolean isInlinksDirty()

        Checks the dirty status of the 'inlinks' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isMarkersDirty

         boolean isMarkersDirty()

        Checks the dirty status of the 'markers' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isMetadataDirty

         boolean isMetadataDirty()

        Checks the dirty status of the 'metadata' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isActiveDomUrlsDirty

         boolean isActiveDomUrlsDirty()

        Checks the dirty status of the 'activeDomUrls' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isActiveDomStatusDirty

         boolean isActiveDomStatusDirty()

        Checks the dirty status of the 'activeDomStatus' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isActiveDomStatsDirty

         boolean isActiveDomStatsDirty()

        Checks the dirty status of the 'activeDomStats' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isPageModelDirty

         boolean isPageModelDirty()

        Checks the dirty status of the 'pageModel' field. A field is dirty if it represents a change that has not yet been written to the database.

      • writeExternal

         void writeExternal(ObjectOutput out)

        Writes AVRO data bean to output stream in the form of AVRO Binary encoding format. This will transformAVRO data bean from its Java object form to it s serializable form.

        Parameters:
        out - java.io.
      • readExternal

         void readExternal(ObjectInput in)

        Reads AVRO data bean from input stream in it s AVRO Binary encoding format to Java object format.This will transform AVRO data bean from it s serializable form to deserialized Java object form.

        Parameters:
        in - java.io.