Class ImportStatistics

    • Method Detail

      • prefixesFound

        public final Long prefixesFound()

        The number of S3 prefixes found for the import.

        Returns:
        The number of S3 prefixes found for the import.
      • prefixesCompleted

        public final Long prefixesCompleted()

        The number of S3 prefixes that completed import.

        Returns:
        The number of S3 prefixes that completed import.
      • filesCompleted

        public final Long filesCompleted()

        The number of log files that completed import.

        Returns:
        The number of log files that completed import.
      • eventsCompleted

        public final Long eventsCompleted()

        The number of trail events imported into the event data store.

        Returns:
        The number of trail events imported into the event data store.
      • failedEntries

        public final Long failedEntries()

        The number of failed entries.

        Returns:
        The number of failed entries.
      • 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)