| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingOperationalLimits |
StreamingOperationalLimits.clone() |
StreamingOperationalLimits |
StreamingConfigTask.getOperationalLimits()
Operational limits for the streaming job.
|
StreamingOperationalLimits |
StreamingOperationalLimits.set(String fieldName,
Object value) |
StreamingOperationalLimits |
StreamingOperationalLimits.setMaxBagElementBytes(Long maxBagElementBytes)
The maximum size for an element in bag state.
|
StreamingOperationalLimits |
StreamingOperationalLimits.setMaxGlobalDataBytes(Long maxGlobalDataBytes)
The maximum size for an element in global data.
|
StreamingOperationalLimits |
StreamingOperationalLimits.setMaxKeyBytes(Long maxKeyBytes)
The maximum size allowed for a key.
|
StreamingOperationalLimits |
StreamingOperationalLimits.setMaxProductionOutputBytes(Long maxProductionOutputBytes)
The maximum size for a single output element.
|
StreamingOperationalLimits |
StreamingOperationalLimits.setMaxSortedListElementBytes(Long maxSortedListElementBytes)
The maximum size for an element in sorted list state.
|
StreamingOperationalLimits |
StreamingOperationalLimits.setMaxSourceStateBytes(Long maxSourceStateBytes)
The maximum size for a source state update.
|
StreamingOperationalLimits |
StreamingOperationalLimits.setMaxTagBytes(Long maxTagBytes)
The maximum size for a state tag.
|
StreamingOperationalLimits |
StreamingOperationalLimits.setMaxValueBytes(Long maxValueBytes)
The maximum size for a value state field.
|
| Modifier and Type | Method and Description |
|---|---|
StreamingConfigTask |
StreamingConfigTask.setOperationalLimits(StreamingOperationalLimits operationalLimits)
Operational limits for the streaming job.
|
Copyright © 2011–2024 Google. All rights reserved.