| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingScalingReport |
StreamingScalingReport.clone() |
StreamingScalingReport |
WorkerMessage.getStreamingScalingReport()
Contains per-user worker telemetry used in streaming autoscaling.
|
StreamingScalingReport |
StreamingScalingReport.set(String fieldName,
Object value) |
StreamingScalingReport |
StreamingScalingReport.setActiveBundleCount(Integer activeBundleCount) |
StreamingScalingReport |
StreamingScalingReport.setActiveThreadCount(Integer activeThreadCount)
Current acive thread count.
|
StreamingScalingReport |
StreamingScalingReport.setMaximumBundleCount(Integer maximumBundleCount)
Maximum bundle count.
|
StreamingScalingReport |
StreamingScalingReport.setMaximumBytes(Long maximumBytes)
Maximum bytes.
|
StreamingScalingReport |
StreamingScalingReport.setMaximumBytesCount(Integer maximumBytesCount) |
StreamingScalingReport |
StreamingScalingReport.setMaximumThreadCount(Integer maximumThreadCount)
Maximum thread count limit.
|
StreamingScalingReport |
StreamingScalingReport.setOutstandingBundleCount(Integer outstandingBundleCount)
Current outstanding bundle count.
|
StreamingScalingReport |
StreamingScalingReport.setOutstandingBytes(Long outstandingBytes)
Current outstanding bytes.
|
StreamingScalingReport |
StreamingScalingReport.setOutstandingBytesCount(Integer outstandingBytesCount) |
| Modifier and Type | Method and Description |
|---|---|
WorkerMessage |
WorkerMessage.setStreamingScalingReport(StreamingScalingReport streamingScalingReport)
Contains per-user worker telemetry used in streaming autoscaling.
|
Copyright © 2011–2024 Google. All rights reserved.