The VertexExecutionStats type exposes the following members.

Constructors

  NameDescription
Public methodVertexExecutionStats
Initializes a new instance of the VertexExecutionStats class

Properties

  NameDescription
Public propertyCompletedVertices
Total number of completed vertices
Public propertyDataReadCrossPod
Total amount of data read cross pod
Public propertyDataReadIntraPod
Total amount of data read intra pod
Public propertyMaxVertexDataRead
Maximum data read by a single vertex
Public propertyMinVertexDataRead
Minimum data read by a single vertex
Public propertyRunningVertices
Total number of running vertices
Public propertyStreamingExecutionStat
The statistic information for a streaming job stage
Public propertyTotalTimeCompleted
Total time to complete the stage
Public propertyTotalVertexDataRead
Total data read so far
Public propertyTotalVertexDataToRead
Total data to be read
Public propertyTotalVertexDataWritten
Total amount of data written to disk so far
Public propertyVertexClassName
Name of the stage/vertex class
Public propertyVertexDulicateDiscards
Total number of running duplicate discards
Public propertyVertexDuplicateDiscards
Total number of running duplicate discards
Public propertyVertexFailures
Total number of running failed vertices
Public propertyVertexReadFailures
Total number of running vertices with read failures
Public propertyVertexRevocations
Total number of running vertex revocations
Public propertyVertexScheduleExecutions
Total number of scheduled vertices
Public propertyVertices
Total number of vertices

See Also