JobStatisticsVertexStage Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. JobStatisticsVertexStage
- com.
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:
dataReadCrossPod
public Long dataReadCrossPod()
Get the dataReadCrossPod value.
Returns:
dataReadIntraPod
public Long dataReadIntraPod()
Get the dataReadIntraPod value.
Returns:
dataToRead
public Long dataToRead()
Get the dataToRead value.
Returns:
dataWritten
public Long dataWritten()
Get the dataWritten value.
Returns:
duplicateDiscardCount
public Integer duplicateDiscardCount()
Get the duplicateDiscardCount value.
Returns:
failedCount
public Integer failedCount()
Get the failedCount value.
Returns:
maxVertexDataRead
public Long maxVertexDataRead()
Get the maxVertexDataRead value.
Returns:
minVertexDataRead
public Long minVertexDataRead()
Get the minVertexDataRead value.
Returns:
readFailureCount
public Integer readFailureCount()
Get the readFailureCount value.
Returns:
revocationCount
public Integer revocationCount()
Get the revocationCount value.
Returns:
runningCount
public Integer runningCount()
Get the runningCount value.
Returns:
scheduledCount
public Integer scheduledCount()
Get the scheduledCount value.
Returns:
stageName
public String stageName()
Get the stageName value.
Returns:
succeededCount
public Integer succeededCount()
Get the succeededCount value.
Returns:
tempDataWritten
public Long tempDataWritten()
Get the tempDataWritten value.
Returns:
totalCount
public Integer totalCount()
Get the totalCount value.
Returns:
totalFailedTime
public Period totalFailedTime()
Get the totalFailedTime value.
Returns:
totalProgress
public Integer totalProgress()
Get the totalProgress value.
Returns:
totalSucceededTime
public Period totalSucceededTime()
Get the totalSucceededTime value.
Returns:
Applies to
Azure SDK for Java