java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobStatisticsVertex

public class JobStatisticsVertex extends Object
The detailed information for a vertex.
  • Constructor Details

    • JobStatisticsVertex

      public JobStatisticsVertex()
  • Method Details

    • name

      public String name()
      Get the name of the vertex.
      Returns:
      the name value
    • vertexId

      public UUID vertexId()
      Get the id of the vertex.
      Returns:
      the vertexId value
    • executionTime

      public org.joda.time.Period executionTime()
      Get the amount of execution time of the vertex.
      Returns:
      the executionTime value
    • dataRead

      public Long dataRead()
      Get the amount of data read of the vertex, in bytes.
      Returns:
      the dataRead value
    • peakMemUsage

      public Long peakMemUsage()
      Get the amount of peak memory usage of the vertex, in bytes.
      Returns:
      the peakMemUsage value