Class TransformProgress


  • public class TransformProgress
    extends java.lang.Object
    • Constructor Detail

      • TransformProgress

        public TransformProgress​(java.lang.Long totalDocs,
                                 java.lang.Long remainingDocs,
                                 java.lang.Double percentComplete,
                                 java.lang.Long documentsProcessed,
                                 java.lang.Long documentsIndexed)
    • Method Detail

      • getPercentComplete

        @Nullable
        public java.lang.Double getPercentComplete()
      • getTotalDocs

        @Nullable
        public java.lang.Long getTotalDocs()
      • getRemainingDocs

        @Nullable
        public java.lang.Long getRemainingDocs()
      • getDocumentsProcessed

        public long getDocumentsProcessed()
      • getDocumentsIndexed

        public long getDocumentsIndexed()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object