Interface ImportStatistics.Builder

    • Method Detail

      • prefixesFound

        ImportStatistics.Builder prefixesFound​(Long prefixesFound)

        The number of S3 prefixes found for the import.

        Parameters:
        prefixesFound - The number of S3 prefixes found for the import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefixesCompleted

        ImportStatistics.Builder prefixesCompleted​(Long prefixesCompleted)

        The number of S3 prefixes that completed import.

        Parameters:
        prefixesCompleted - The number of S3 prefixes that completed import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filesCompleted

        ImportStatistics.Builder filesCompleted​(Long filesCompleted)

        The number of log files that completed import.

        Parameters:
        filesCompleted - The number of log files that completed import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventsCompleted

        ImportStatistics.Builder eventsCompleted​(Long eventsCompleted)

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

        Parameters:
        eventsCompleted - The number of trail events imported into the event data store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedEntries

        ImportStatistics.Builder failedEntries​(Long failedEntries)

        The number of failed entries.

        Parameters:
        failedEntries - The number of failed entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.