Class DocumentState

    • Constructor Detail

      • DocumentState

        public DocumentState​(com.yahoo.document.DocumentId docId,
                             long timestamp,
                             boolean removeEntry)
      • DocumentState

        public DocumentState​(com.yahoo.document.GlobalId gid,
                             long timestamp,
                             boolean removeEntry)
      • DocumentState

        public DocumentState​(com.yahoo.vespa.objects.Deserializer buf)
    • Method Detail

      • getDocId

        public com.yahoo.document.DocumentId getDocId()
      • getGid

        public com.yahoo.document.GlobalId getGid()
      • getTimestamp

        public long getTimestamp()
      • isRemoveEntry

        public boolean isRemoveEntry()
      • serialize

        public void serialize​(com.yahoo.vespa.objects.Serializer buf)
      • getSerializedSize

        public int getSerializedSize()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object