public final class MapTask
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 |
---|
MapTask() |
Modifier and Type | Method and Description |
---|---|
MapTask |
clone() |
java.lang.String |
getCounterPrefix()
Counter prefix that can be used to prefix counters.
|
java.util.List<ParallelInstruction> |
getInstructions()
The instructions in the MapTask.
|
java.lang.String |
getStageName()
System-defined name of the stage containing this MapTask.
|
java.lang.String |
getSystemName()
System-defined name of this MapTask.
|
MapTask |
set(java.lang.String fieldName,
java.lang.Object value) |
MapTask |
setCounterPrefix(java.lang.String counterPrefix)
Counter prefix that can be used to prefix counters.
|
MapTask |
setInstructions(java.util.List<ParallelInstruction> instructions)
The instructions in the MapTask.
|
MapTask |
setStageName(java.lang.String stageName)
System-defined name of the stage containing this MapTask.
|
MapTask |
setSystemName(java.lang.String systemName)
System-defined name of this MapTask.
|
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 getCounterPrefix()
null
for nonepublic MapTask setCounterPrefix(java.lang.String counterPrefix)
counterPrefix
- counterPrefix or null
for nonepublic java.util.List<ParallelInstruction> getInstructions()
null
for nonepublic MapTask setInstructions(java.util.List<ParallelInstruction> instructions)
instructions
- instructions or null
for nonepublic java.lang.String getStageName()
null
for nonepublic MapTask setStageName(java.lang.String stageName)
stageName
- stageName or null
for nonepublic java.lang.String getSystemName()
null
for nonepublic MapTask setSystemName(java.lang.String systemName)
systemName
- systemName or null
for nonepublic MapTask set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public MapTask clone()
clone
in class com.google.api.client.json.GenericJson