dataflow
v1b3
|
#include <streaming_setup_task.h>
Public Member Functions | |
StreamingSetupTask (const Json::Value &storage) | |
StreamingSetupTask (Json::Value *storage) | |
virtual | ~StreamingSetupTask () |
const StringPiece | GetTypeName () const |
bool | has_drain () const |
void | clear_drain () |
bool | get_drain () const |
void | set_drain (bool value) |
bool | has_receive_work_port () const |
void | clear_receive_work_port () |
int32 | get_receive_work_port () const |
void | set_receive_work_port (int32 value) |
bool | has_snapshot_config () const |
void | clear_snapshot_config () |
const StreamingApplianceSnapshotConfig | get_snapshot_config () const |
StreamingApplianceSnapshotConfig | mutable_snapshotConfig () |
bool | has_streaming_computation_topology () const |
void | clear_streaming_computation_topology () |
const TopologyConfig | get_streaming_computation_topology () const |
TopologyConfig | mutable_streamingComputationTopology () |
bool | has_worker_harness_port () const |
void | clear_worker_harness_port () |
int32 | get_worker_harness_port () const |
void | set_worker_harness_port (int32 value) |
Static Public Member Functions | |
static StreamingSetupTask * | New () |
A task which initializes part of a streaming Dataflow job.
|
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 'drain
' attribute.
|
inline |
Clears the 'receiveWorkPort
' attribute.
|
inline |
Clears the 'snapshotConfig
' attribute.
|
inline |
Clears the 'streamingComputationTopology
' attribute.
|
inline |
Clears the 'workerHarnessPort
' attribute.
|
inline |
Get the value of the 'drain
' attribute.
|
inline |
Get the value of the 'receiveWorkPort
' attribute.
const StreamingApplianceSnapshotConfig google_dataflow_api::StreamingSetupTask::get_snapshot_config | ( | ) | const |
Get a reference to the value of the 'snapshotConfig
' attribute.
const TopologyConfig google_dataflow_api::StreamingSetupTask::get_streaming_computation_topology | ( | ) | const |
Get a reference to the value of the 'streamingComputationTopology
' attribute.
|
inline |
Get the value of the 'workerHarnessPort
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'drain
' attribute was set.
drain
' attribute was set.
|
inline |
Determine if the 'receiveWorkPort
' attribute was set.
receiveWorkPort
' attribute was set.
|
inline |
Determine if the 'snapshotConfig
' attribute was set.
snapshotConfig
' attribute was set.
|
inline |
Determine if the 'streamingComputationTopology
' attribute was set.
streamingComputationTopology
' attribute was set.
|
inline |
Determine if the 'workerHarnessPort
' attribute was set.
workerHarnessPort
' attribute was set. StreamingApplianceSnapshotConfig google_dataflow_api::StreamingSetupTask::mutable_snapshotConfig | ( | ) |
Gets a reference to a mutable value of the 'snapshotConfig
' property.
Configures streaming appliance snapshot.
TopologyConfig google_dataflow_api::StreamingSetupTask::mutable_streamingComputationTopology | ( | ) |
Gets a reference to a mutable value of the 'streamingComputationTopology
' property.
The global topology of the streaming Dataflow job.
|
static |
Creates a new default instance.
|
inline |
Change the 'drain
' attribute.
The user has requested drain.
[in] | value | The new value. |
|
inline |
Change the 'receiveWorkPort
' attribute.
The TCP port on which the worker should listen for messages from other streaming computation workers.
[in] | value | The new value. |
|
inline |
Change the 'workerHarnessPort
' attribute.
The TCP port used by the worker to communicate with the Dataflow worker harness.
[in] | value | The new value. |