Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
MapTask |
MapTask.clone() |
MapTask |
WorkItem.getMapTask()
Additional information for MapTask WorkItems.
|
MapTask |
MapTask.set(String fieldName,
Object value) |
MapTask |
MapTask.setCounterPrefix(String counterPrefix)
Counter prefix that can be used to prefix counters.
|
MapTask |
MapTask.setInstructions(List<ParallelInstruction> instructions)
The instructions in the MapTask.
|
MapTask |
MapTask.setStageName(String stageName)
System-defined name of the stage containing this MapTask.
|
MapTask |
MapTask.setSystemName(String systemName)
System-defined name of this MapTask.
|
Modifier and Type | Method and Description |
---|---|
WorkItem |
WorkItem.setMapTask(MapTask mapTask)
Additional information for MapTask WorkItems.
|
Copyright © 2011–2019 Google. All rights reserved.