public final class ParallelInstruction 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. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ParallelInstruction() |
Modifier and Type | Method and Description |
---|---|
ParallelInstruction |
clone() |
FlattenInstruction |
getFlatten() |
String |
getName() |
List<InstructionOutput> |
getOutputs() |
ParDoInstruction |
getParDo() |
PartialGroupByKeyInstruction |
getPartialGroupByKey() |
ReadInstruction |
getRead() |
String |
getSystemName() |
WriteInstruction |
getWrite() |
ParallelInstruction |
set(String fieldName,
Object value) |
ParallelInstruction |
setFlatten(FlattenInstruction flatten) |
ParallelInstruction |
setName(String name) |
ParallelInstruction |
setOutputs(List<InstructionOutput> outputs) |
ParallelInstruction |
setParDo(ParDoInstruction parDo) |
ParallelInstruction |
setPartialGroupByKey(PartialGroupByKeyInstruction partialGroupByKey) |
ParallelInstruction |
setRead(ReadInstruction read) |
ParallelInstruction |
setSystemName(String systemName) |
ParallelInstruction |
setWrite(WriteInstruction write) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public FlattenInstruction getFlatten()
null
for nonepublic ParallelInstruction setFlatten(FlattenInstruction flatten)
flatten
- flatten or null
for nonepublic String getName()
null
for nonepublic ParallelInstruction setName(String name)
name
- name or null
for nonepublic List<InstructionOutput> getOutputs()
null
for nonepublic ParallelInstruction setOutputs(List<InstructionOutput> outputs)
outputs
- outputs or null
for nonepublic ParDoInstruction getParDo()
null
for nonepublic ParallelInstruction setParDo(ParDoInstruction parDo)
parDo
- parDo or null
for nonepublic PartialGroupByKeyInstruction getPartialGroupByKey()
null
for nonepublic ParallelInstruction setPartialGroupByKey(PartialGroupByKeyInstruction partialGroupByKey)
partialGroupByKey
- partialGroupByKey or null
for nonepublic ReadInstruction getRead()
null
for nonepublic ParallelInstruction setRead(ReadInstruction read)
read
- read or null
for nonepublic String getSystemName()
null
for nonepublic ParallelInstruction setSystemName(String systemName)
systemName
- systemName or null
for nonepublic WriteInstruction getWrite()
null
for nonepublic ParallelInstruction setWrite(WriteInstruction write)
write
- write or null
for nonepublic ParallelInstruction set(String fieldName, Object value)
set
in class GenericJson
public ParallelInstruction clone()
clone
in class GenericJson