dataflow
v1b3
|
#include <topology_config.h>
Static Public Member Functions | |
static TopologyConfig * | New () |
Global topology of the streaming Dataflow job, including all computations and their sharded locations.
|
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 'computations
' attribute.
|
inline |
Clears the 'dataDiskAssignments
' attribute.
|
inline |
Clears the 'forwardingKeyBits
' attribute.
|
inline |
Clears the 'persistentStateVersion
' attribute.
|
inline |
Clears the 'userStageToComputationNameMap
' attribute.
const client::JsonCppArray<ComputationTopology > google_dataflow_api::TopologyConfig::get_computations | ( | ) | const |
Get a reference to the value of the 'computations
' attribute.
const client::JsonCppArray<DataDiskAssignment > google_dataflow_api::TopologyConfig::get_data_disk_assignments | ( | ) | const |
Get a reference to the value of the 'dataDiskAssignments
' attribute.
|
inline |
Get the value of the 'forwardingKeyBits
' attribute.
|
inline |
Get the value of the 'persistentStateVersion
' attribute.
|
inline |
Get a reference to the value of the 'userStageToComputationNameMap
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'computations
' attribute was set.
computations
' attribute was set.
|
inline |
Determine if the 'dataDiskAssignments
' attribute was set.
dataDiskAssignments
' attribute was set.
|
inline |
Determine if the 'forwardingKeyBits
' attribute was set.
forwardingKeyBits
' attribute was set.
|
inline |
Determine if the 'persistentStateVersion
' attribute was set.
persistentStateVersion
' attribute was set.
|
inline |
Determine if the 'userStageToComputationNameMap
' attribute was set.
userStageToComputationNameMap
' attribute was set. client::JsonCppArray<ComputationTopology > google_dataflow_api::TopologyConfig::mutable_computations | ( | ) |
Gets a reference to a mutable value of the 'computations
' property.
The computations associated with a streaming Dataflow job.
client::JsonCppArray<DataDiskAssignment > google_dataflow_api::TopologyConfig::mutable_dataDiskAssignments | ( | ) |
Gets a reference to a mutable value of the 'dataDiskAssignments
' property.
The disks assigned to a streaming Dataflow job.
|
inline |
Gets a reference to a mutable value of the 'userStageToComputationNameMap
' property.
Maps user stage names to stable computation names.
|
static |
Creates a new default instance.
|
inline |
Change the 'forwardingKeyBits
' attribute.
The size (in bits) of keys that will be assigned to source messages.
[in] | value | The new value. |
|
inline |
Change the 'persistentStateVersion
' attribute.
Version number for persistent state.
[in] | value | The new value. |