Class IngestionJobStatistics

    • Method Detail

      • numberOfDocumentsDeleted

        public final Long numberOfDocumentsDeleted()

        The number of source documents that was deleted.

        Returns:
        The number of source documents that was deleted.
      • numberOfDocumentsFailed

        public final Long numberOfDocumentsFailed()

        The number of source documents that failed to be ingested.

        Returns:
        The number of source documents that failed to be ingested.
      • numberOfDocumentsScanned

        public final Long numberOfDocumentsScanned()

        The total number of source documents that were scanned. Includes new, updated, and unchanged documents.

        Returns:
        The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
      • numberOfMetadataDocumentsModified

        public final Long numberOfMetadataDocumentsModified()

        The number of metadata files that were updated or deleted.

        Returns:
        The number of metadata files that were updated or deleted.
      • numberOfMetadataDocumentsScanned

        public final Long numberOfMetadataDocumentsScanned()

        The total number of metadata files that were scanned. Includes new, updated, and unchanged files.

        Returns:
        The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
      • numberOfModifiedDocumentsIndexed

        public final Long numberOfModifiedDocumentsIndexed()

        The number of modified source documents in the data source that were successfully indexed.

        Returns:
        The number of modified source documents in the data source that were successfully indexed.
      • numberOfNewDocumentsIndexed

        public final Long numberOfNewDocumentsIndexed()

        The number of new source documents in the data source that were successfully indexed.

        Returns:
        The number of new source documents in the data source that were successfully indexed.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)