Class IncrementalIngester.DeleteInfo

  • Enclosing class:
    IncrementalIngester

    protected static class IncrementalIngester.DeleteInfo
    extends java.lang.Object
    This class contains the information necessary to delete a document
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String outputVersion  
      protected java.lang.String uriHashValue  
      protected java.lang.String uriValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteInfo​(java.lang.String uriValue, java.lang.String uriHashValue, java.lang.String outputVersion)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOutputVersion()  
      java.lang.String getURI()  
      java.lang.String getURIHash()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uriValue

        protected java.lang.String uriValue
      • uriHashValue

        protected java.lang.String uriHashValue
      • outputVersion

        protected java.lang.String outputVersion
    • Constructor Detail

      • DeleteInfo

        public DeleteInfo​(java.lang.String uriValue,
                          java.lang.String uriHashValue,
                          java.lang.String outputVersion)
    • Method Detail

      • getURI

        public java.lang.String getURI()
      • getURIHash

        public java.lang.String getURIHash()
      • getOutputVersion

        public java.lang.String getOutputVersion()