|
dataflow
v1b3
|
#include <dynamic_source_split.h>
Public Member Functions | |
| DynamicSourceSplit (const Json::Value &storage) | |
| DynamicSourceSplit (Json::Value *storage) | |
| virtual | ~DynamicSourceSplit () |
| const StringPiece | GetTypeName () const |
| bool | has_primary () const |
| void | clear_primary () |
| const DerivedSource | get_primary () const |
| DerivedSource | mutable_primary () |
| bool | has_residual () const |
| void | clear_residual () |
| const DerivedSource | get_residual () const |
| DerivedSource | mutable_residual () |
Static Public Member Functions | |
| static DynamicSourceSplit * | New () |
When a task splits using WorkItemStatus.dynamic_source_split, this message describes the two parts of the split relative to the description of the current task's input.
|
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 'primary' attribute.
|
inline |
Clears the 'residual' attribute.
| const DerivedSource google_dataflow_api::DynamicSourceSplit::get_primary | ( | ) | const |
Get a reference to the value of the 'primary' attribute.
| const DerivedSource google_dataflow_api::DynamicSourceSplit::get_residual | ( | ) | const |
Get a reference to the value of the 'residual' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'primary' attribute was set.
primary' attribute was set.
|
inline |
Determine if the 'residual' attribute was set.
residual' attribute was set. | DerivedSource google_dataflow_api::DynamicSourceSplit::mutable_primary | ( | ) |
Gets a reference to a mutable value of the 'primary' property.
Primary part (continued to be processed by worker). Specified relative to the previously-current source. Becomes current.
| DerivedSource google_dataflow_api::DynamicSourceSplit::mutable_residual | ( | ) |
Gets a reference to a mutable value of the 'residual' property.
Residual part (returned to the pool of work). Specified relative to the previously-current source.
|
static |
Creates a new default instance.