JobStatisticsVertexStage Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.JobStatisticsVertexStage

public class JobStatisticsVertexStage

The Data Lake Analytics job statistics vertex stage information.

Method Summary

Modifier and Type Method and Description
Long dataRead()

Get the dataRead value.

Long dataReadCrossPod()

Get the dataReadCrossPod value.

Long dataReadIntraPod()

Get the dataReadIntraPod value.

Long dataToRead()

Get the dataToRead value.

Long dataWritten()

Get the dataWritten value.

Integer duplicateDiscardCount()

Get the duplicateDiscardCount value.

Integer failedCount()

Get the failedCount value.

Long maxVertexDataRead()

Get the maxVertexDataRead value.

Long minVertexDataRead()

Get the minVertexDataRead value.

Integer readFailureCount()

Get the readFailureCount value.

Integer revocationCount()

Get the revocationCount value.

Integer runningCount()

Get the runningCount value.

Integer scheduledCount()

Get the scheduledCount value.

String stageName()

Get the stageName value.

Integer succeededCount()

Get the succeededCount value.

Long tempDataWritten()

Get the tempDataWritten value.

Integer totalCount()

Get the totalCount value.

Period totalFailedTime()

Get the totalFailedTime value.

Integer totalProgress()

Get the totalProgress value.

Period totalSucceededTime()

Get the totalSucceededTime value.

Method Details

dataRead

public Long dataRead()

Get the dataRead value.

Returns:

the dataRead value

dataReadCrossPod

public Long dataReadCrossPod()

Get the dataReadCrossPod value.

Returns:

the dataReadCrossPod value

dataReadIntraPod

public Long dataReadIntraPod()

Get the dataReadIntraPod value.

Returns:

the dataReadIntraPod value

dataToRead

public Long dataToRead()

Get the dataToRead value.

Returns:

the dataToRead value

dataWritten

public Long dataWritten()

Get the dataWritten value.

Returns:

the dataWritten value

duplicateDiscardCount

public Integer duplicateDiscardCount()

Get the duplicateDiscardCount value.

Returns:

the duplicateDiscardCount value

failedCount

public Integer failedCount()

Get the failedCount value.

Returns:

the failedCount value

maxVertexDataRead

public Long maxVertexDataRead()

Get the maxVertexDataRead value.

Returns:

the maxVertexDataRead value

minVertexDataRead

public Long minVertexDataRead()

Get the minVertexDataRead value.

Returns:

the minVertexDataRead value

readFailureCount

public Integer readFailureCount()

Get the readFailureCount value.

Returns:

the readFailureCount value

revocationCount

public Integer revocationCount()

Get the revocationCount value.

Returns:

the revocationCount value

runningCount

public Integer runningCount()

Get the runningCount value.

Returns:

the runningCount value

scheduledCount

public Integer scheduledCount()

Get the scheduledCount value.

Returns:

the scheduledCount value

stageName

public String stageName()

Get the stageName value.

Returns:

the stageName value

succeededCount

public Integer succeededCount()

Get the succeededCount value.

Returns:

the succeededCount value

tempDataWritten

public Long tempDataWritten()

Get the tempDataWritten value.

Returns:

the tempDataWritten value

totalCount

public Integer totalCount()

Get the totalCount value.

Returns:

the totalCount value

totalFailedTime

public Period totalFailedTime()

Get the totalFailedTime value.

Returns:

the totalFailedTime value

totalProgress

public Integer totalProgress()

Get the totalProgress value.

Returns:

the totalProgress value

totalSucceededTime

public Period totalSucceededTime()

Get the totalSucceededTime value.

Returns:

the totalSucceededTime value

Applies to