public final class ComputationTopology extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ComputationTopology() |
| Modifier and Type | Method and Description |
|---|---|
ComputationTopology |
clone() |
String |
getComputationId()
The ID of the computation.
|
List<StreamLocation> |
getInputs()
The inputs to the computation.
|
List<KeyRangeLocation> |
getKeyRanges()
The key ranges processed by the computation.
|
List<StreamLocation> |
getOutputs()
The outputs from the computation.
|
List<StateFamilyConfig> |
getStateFamilies()
The state family values.
|
String |
getSystemStageName()
The system stage name.
|
ComputationTopology |
set(String fieldName,
Object value) |
ComputationTopology |
setComputationId(String computationId)
The ID of the computation.
|
ComputationTopology |
setInputs(List<StreamLocation> inputs)
The inputs to the computation.
|
ComputationTopology |
setKeyRanges(List<KeyRangeLocation> keyRanges)
The key ranges processed by the computation.
|
ComputationTopology |
setOutputs(List<StreamLocation> outputs)
The outputs from the computation.
|
ComputationTopology |
setStateFamilies(List<StateFamilyConfig> stateFamilies)
The state family values.
|
ComputationTopology |
setSystemStageName(String systemStageName)
The system stage name.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getComputationId()
null for nonepublic ComputationTopology setComputationId(String computationId)
computationId - computationId or null for nonepublic List<StreamLocation> getInputs()
null for nonepublic ComputationTopology setInputs(List<StreamLocation> inputs)
inputs - inputs or null for nonepublic List<KeyRangeLocation> getKeyRanges()
null for nonepublic ComputationTopology setKeyRanges(List<KeyRangeLocation> keyRanges)
keyRanges - keyRanges or null for nonepublic List<StreamLocation> getOutputs()
null for nonepublic ComputationTopology setOutputs(List<StreamLocation> outputs)
outputs - outputs or null for nonepublic List<StateFamilyConfig> getStateFamilies()
null for nonepublic ComputationTopology setStateFamilies(List<StateFamilyConfig> stateFamilies)
stateFamilies - stateFamilies or null for nonepublic String getSystemStageName()
null for nonepublic ComputationTopology setSystemStageName(String systemStageName)
systemStageName - systemStageName or null for nonepublic ComputationTopology set(String fieldName, Object value)
set in class GenericJsonpublic ComputationTopology clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.