Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
ComputationTopology |
ComputationTopology.clone() |
ComputationTopology |
ComputationTopology.set(String fieldName,
Object value) |
ComputationTopology |
ComputationTopology.setComputationId(String computationId)
The ID of the computation.
|
ComputationTopology |
ComputationTopology.setInputs(List<StreamLocation> inputs)
The inputs to the computation.
|
ComputationTopology |
ComputationTopology.setKeyRanges(List<KeyRangeLocation> keyRanges)
The key ranges processed by the computation.
|
ComputationTopology |
ComputationTopology.setOutputs(List<StreamLocation> outputs)
The outputs from the computation.
|
ComputationTopology |
ComputationTopology.setStateFamilies(List<StateFamilyConfig> stateFamilies)
The state family values.
|
ComputationTopology |
ComputationTopology.setSystemStageName(String systemStageName)
The system stage name.
|
Modifier and Type | Method and Description |
---|---|
List<ComputationTopology> |
TopologyConfig.getComputations()
The computations associated with a streaming Dataflow job.
|
Modifier and Type | Method and Description |
---|---|
TopologyConfig |
TopologyConfig.setComputations(List<ComputationTopology> computations)
The computations associated with a streaming Dataflow job.
|
Copyright © 2011–2019 Google. All rights reserved.