Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
ReportedParallelism |
ReportedParallelism.clone() |
ReportedParallelism |
ApproximateReportedProgress.getConsumedParallelism()
Total amount of parallelism in the portion of input of this task that has already been consumed
and is no longer active.
|
ReportedParallelism |
ApproximateReportedProgress.getRemainingParallelism()
Total amount of parallelism in the input of this task that remains, (i.e.
|
ReportedParallelism |
ReportedParallelism.set(java.lang.String fieldName,
java.lang.Object value) |
ReportedParallelism |
ReportedParallelism.setIsInfinite(java.lang.Boolean isInfinite)
Specifies whether the parallelism is infinite.
|
ReportedParallelism |
ReportedParallelism.setValue(java.lang.Double value)
Specifies the level of parallelism in case it is finite.
|
Modifier and Type | Method and Description |
---|---|
ApproximateReportedProgress |
ApproximateReportedProgress.setConsumedParallelism(ReportedParallelism consumedParallelism)
Total amount of parallelism in the portion of input of this task that has already been consumed
and is no longer active.
|
ApproximateReportedProgress |
ApproximateReportedProgress.setRemainingParallelism(ReportedParallelism remainingParallelism)
Total amount of parallelism in the input of this task that remains, (i.e.
|