dataflow
v1b3
|
#include <streaming_computation_ranges.h>
Public Member Functions | |
StreamingComputationRanges (const Json::Value &storage) | |
StreamingComputationRanges (Json::Value *storage) | |
virtual | ~StreamingComputationRanges () |
const StringPiece | GetTypeName () const |
bool | has_computation_id () const |
void | clear_computation_id () |
const StringPiece | get_computation_id () const |
void | set_computation_id (const StringPiece &value) |
bool | has_range_assignments () const |
void | clear_range_assignments () |
const client::JsonCppArray< KeyRangeDataDiskAssignment > | get_range_assignments () const |
client::JsonCppArray< KeyRangeDataDiskAssignment > | mutable_rangeAssignments () |
Static Public Member Functions | |
static StreamingComputationRanges * | New () |
Describes full or partial data disk assignment information of the computation ranges.
|
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 'computationId
' attribute.
|
inline |
Clears the 'rangeAssignments
' attribute.
|
inline |
Get the value of the 'computationId
' attribute.
const client::JsonCppArray<KeyRangeDataDiskAssignment > google_dataflow_api::StreamingComputationRanges::get_range_assignments | ( | ) | const |
Get a reference to the value of the 'rangeAssignments
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'computationId
' attribute was set.
computationId
' attribute was set.
|
inline |
Determine if the 'rangeAssignments
' attribute was set.
rangeAssignments
' attribute was set. client::JsonCppArray<KeyRangeDataDiskAssignment > google_dataflow_api::StreamingComputationRanges::mutable_rangeAssignments | ( | ) |
Gets a reference to a mutable value of the 'rangeAssignments
' property.
Data disk assignments for ranges from this computation.
|
static |
Creates a new default instance.
|
inline |
Change the 'computationId
' attribute.
The ID of the computation.
[in] | value | The new value. |