public final class ComputationTopology
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
ComputationTopology() |
Modifier and Type | Method and Description |
---|---|
ComputationTopology |
clone() |
java.lang.String |
getComputationId()
The ID of the computation.
|
java.util.List<StreamLocation> |
getInputs()
The inputs to the computation.
|
java.util.List<KeyRangeLocation> |
getKeyRanges()
The key ranges processed by the computation.
|
java.util.List<StreamLocation> |
getOutputs()
The outputs from the computation.
|
java.util.List<StateFamilyConfig> |
getStateFamilies()
The state family values.
|
java.lang.String |
getSystemStageName()
The system stage name.
|
ComputationTopology |
set(java.lang.String fieldName,
java.lang.Object value) |
ComputationTopology |
setComputationId(java.lang.String computationId)
The ID of the computation.
|
ComputationTopology |
setInputs(java.util.List<StreamLocation> inputs)
The inputs to the computation.
|
ComputationTopology |
setKeyRanges(java.util.List<KeyRangeLocation> keyRanges)
The key ranges processed by the computation.
|
ComputationTopology |
setOutputs(java.util.List<StreamLocation> outputs)
The outputs from the computation.
|
ComputationTopology |
setStateFamilies(java.util.List<StateFamilyConfig> stateFamilies)
The state family values.
|
ComputationTopology |
setSystemStageName(java.lang.String systemStageName)
The system stage name.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getComputationId()
null
for nonepublic ComputationTopology setComputationId(java.lang.String computationId)
computationId
- computationId or null
for nonepublic java.util.List<StreamLocation> getInputs()
null
for nonepublic ComputationTopology setInputs(java.util.List<StreamLocation> inputs)
inputs
- inputs or null
for nonepublic java.util.List<KeyRangeLocation> getKeyRanges()
null
for nonepublic ComputationTopology setKeyRanges(java.util.List<KeyRangeLocation> keyRanges)
keyRanges
- keyRanges or null
for nonepublic java.util.List<StreamLocation> getOutputs()
null
for nonepublic ComputationTopology setOutputs(java.util.List<StreamLocation> outputs)
outputs
- outputs or null
for nonepublic java.util.List<StateFamilyConfig> getStateFamilies()
null
for nonepublic ComputationTopology setStateFamilies(java.util.List<StateFamilyConfig> stateFamilies)
stateFamilies
- stateFamilies or null
for nonepublic java.lang.String getSystemStageName()
null
for nonepublic ComputationTopology setSystemStageName(java.lang.String systemStageName)
systemStageName
- systemStageName or null
for nonepublic ComputationTopology set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ComputationTopology clone()
clone
in class com.google.api.client.json.GenericJson