|
dataflow
v1b3
|
#include <map_task.h>
Public Member Functions | |
| MapTask (const Json::Value &storage) | |
| MapTask (Json::Value *storage) | |
| virtual | ~MapTask () |
| const StringPiece | GetTypeName () const |
| bool | has_counter_prefix () const |
| void | clear_counter_prefix () |
| const StringPiece | get_counter_prefix () const |
| void | set_counter_prefix (const StringPiece &value) |
| bool | has_instructions () const |
| void | clear_instructions () |
| const client::JsonCppArray< ParallelInstruction > | get_instructions () const |
| client::JsonCppArray< ParallelInstruction > | mutable_instructions () |
| bool | has_stage_name () const |
| void | clear_stage_name () |
| const StringPiece | get_stage_name () const |
| void | set_stage_name (const StringPiece &value) |
| bool | has_system_name () const |
| void | clear_system_name () |
| const StringPiece | get_system_name () const |
| void | set_system_name (const StringPiece &value) |
Static Public Member Functions | |
| static MapTask * | New () |
MapTask consists of an ordered set of instructions, each of which describes one particular low-level operation for the worker to perform in order to accomplish the MapTask's WorkItem.
Each instruction must appear in the list before any instructions which depends on its output.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'counterPrefix' attribute.
|
inline |
Clears the 'instructions' attribute.
|
inline |
Clears the 'stageName' attribute.
|
inline |
Clears the 'systemName' attribute.
|
inline |
Get the value of the 'counterPrefix' attribute.
| const client::JsonCppArray<ParallelInstruction > google_dataflow_api::MapTask::get_instructions | ( | ) | const |
Get a reference to the value of the 'instructions' attribute.
|
inline |
Get the value of the 'stageName' attribute.
|
inline |
Get the value of the 'systemName' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_dataflow_api::MapTask
|
inline |
Determine if the 'counterPrefix' attribute was set.
counterPrefix' attribute was set.
|
inline |
Determine if the 'instructions' attribute was set.
instructions' attribute was set.
|
inline |
Determine if the 'stageName' attribute was set.
stageName' attribute was set.
|
inline |
Determine if the 'systemName' attribute was set.
systemName' attribute was set. | client::JsonCppArray<ParallelInstruction > google_dataflow_api::MapTask::mutable_instructions | ( | ) |
Gets a reference to a mutable value of the 'instructions' property.
The instructions in the MapTask.
|
static |
Creates a new default instance.
|
inline |
Change the 'counterPrefix' attribute.
Counter prefix that can be used to prefix counters. Not currently used in Dataflow.
| [in] | value | The new value. |
|
inline |
Change the 'stageName' attribute.
System-defined name of the stage containing this MapTask. Unique across the workflow.
| [in] | value | The new value. |
|
inline |
Change the 'systemName' attribute.
System-defined name of this MapTask. Unique across the workflow.
| [in] | value | The new value. |