| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
TopologyConfig |
TopologyConfig.clone() |
TopologyConfig |
StreamingSetupTask.getStreamingComputationTopology()
The global topology of the streaming Dataflow job.
|
TopologyConfig |
TopologyConfig.set(String fieldName,
Object value) |
TopologyConfig |
TopologyConfig.setComputations(List<ComputationTopology> computations)
The computations associated with a streaming Dataflow job.
|
TopologyConfig |
TopologyConfig.setDataDiskAssignments(List<DataDiskAssignment> dataDiskAssignments)
The disks assigned to a streaming Dataflow job.
|
TopologyConfig |
TopologyConfig.setForwardingKeyBits(Integer forwardingKeyBits)
The size (in bits) of keys that will be assigned to source messages.
|
TopologyConfig |
TopologyConfig.setPersistentStateVersion(Integer persistentStateVersion)
Version number for persistent state.
|
TopologyConfig |
TopologyConfig.setUserStageToComputationNameMap(Map<String,String> userStageToComputationNameMap)
Maps user stage names to stable computation names.
|
| Modifier and Type | Method and Description |
|---|---|
StreamingSetupTask |
StreamingSetupTask.setStreamingComputationTopology(TopologyConfig streamingComputationTopology)
The global topology of the streaming Dataflow job.
|
Copyright © 2011–2024 Google. All rights reserved.