public class JobStatisticsVertex extends Object
Constructor and Description |
---|
JobStatisticsVertex() |
Modifier and Type | Method and Description |
---|---|
Long |
dataRead()
Get the amount of data read of the vertex, in bytes.
|
org.joda.time.Period |
executionTime()
Get the amount of execution time of the vertex.
|
String |
name()
Get the name of the vertex.
|
Long |
peakMemUsage()
Get the amount of peak memory usage of the vertex, in bytes.
|
UUID |
vertexId()
Get the id of the vertex.
|
public String name()
public UUID vertexId()
public org.joda.time.Period executionTime()
public Long dataRead()
public Long peakMemUsage()
Copyright © 2019. All rights reserved.