Class JobStatisticsVertex
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobStatisticsVertex
The detailed information for a vertex.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondataRead()
Get the amount of data read of the vertex, in bytes.org.joda.time.Period
Get the amount of execution time of the vertex.name()
Get the name of the vertex.Get the amount of peak memory usage of the vertex, in bytes.vertexId()
Get the id of the vertex.
-
Constructor Details
-
JobStatisticsVertex
public JobStatisticsVertex()
-
-
Method Details
-
name
Get the name of the vertex.- Returns:
- the name value
-
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
Get the amount of data read of the vertex, in bytes.- Returns:
- the dataRead value
-
peakMemUsage
Get the amount of peak memory usage of the vertex, in bytes.- Returns:
- the peakMemUsage value
-