Interface ExportTaskDetails.Builder

    • Method Detail

      • startTime

        ExportTaskDetails.Builder startTime​(Instant startTime)

        The start time of the export task.

        Parameters:
        startTime - The start time of the export task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeElapsedSeconds

        ExportTaskDetails.Builder timeElapsedSeconds​(Long timeElapsedSeconds)

        The time elapsed, in seconds, since the start time of the export task.

        Parameters:
        timeElapsedSeconds - The time elapsed, in seconds, since the start time of the export task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • progressPercentage

        ExportTaskDetails.Builder progressPercentage​(Integer progressPercentage)

        The number of progress percentage of the export task.

        Parameters:
        progressPercentage - The number of progress percentage of the export task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numVerticesWritten

        ExportTaskDetails.Builder numVerticesWritten​(Long numVerticesWritten)

        The number of exported vertices.

        Parameters:
        numVerticesWritten - The number of exported vertices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numEdgesWritten

        ExportTaskDetails.Builder numEdgesWritten​(Long numEdgesWritten)

        The number of exported edges.

        Parameters:
        numEdgesWritten - The number of exported edges.
        Returns:
        Returns a reference to this object so that method calls can be chained together.