|
dataflow
v1b3
|
#include <streaming_config_task.h>
Static Public Member Functions | |
| static StreamingConfigTask * | New () |
A task that carries configuration information for streaming computations.
|
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 'commitStreamChunkSizeBytes' attribute.
|
inline |
Clears the 'getDataStreamChunkSizeBytes' attribute.
|
inline |
Clears the 'maxWorkItemCommitBytes' attribute.
|
inline |
Clears the 'streamingComputationConfigs' attribute.
|
inline |
Clears the 'userStepToStateFamilyNameMap' attribute.
|
inline |
Clears the 'windmillServiceEndpoint' attribute.
|
inline |
Clears the 'windmillServicePort' attribute.
|
inline |
Get the value of the 'commitStreamChunkSizeBytes' attribute.
|
inline |
Get the value of the 'getDataStreamChunkSizeBytes' attribute.
|
inline |
Get the value of the 'maxWorkItemCommitBytes' attribute.
| const client::JsonCppArray<StreamingComputationConfig > google_dataflow_api::StreamingConfigTask::get_streaming_computation_configs | ( | ) | const |
Get a reference to the value of the 'streamingComputationConfigs' attribute.
|
inline |
Get a reference to the value of the 'userStepToStateFamilyNameMap' attribute.
|
inline |
Get the value of the 'windmillServiceEndpoint' attribute.
|
inline |
Get the value of the 'windmillServicePort' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'commitStreamChunkSizeBytes' attribute was set.
commitStreamChunkSizeBytes' attribute was set.
|
inline |
Determine if the 'getDataStreamChunkSizeBytes' attribute was set.
getDataStreamChunkSizeBytes' attribute was set.
|
inline |
Determine if the 'maxWorkItemCommitBytes' attribute was set.
maxWorkItemCommitBytes' attribute was set.
|
inline |
Determine if the 'streamingComputationConfigs' attribute was set.
streamingComputationConfigs' attribute was set.
|
inline |
Determine if the 'userStepToStateFamilyNameMap' attribute was set.
userStepToStateFamilyNameMap' attribute was set.
|
inline |
Determine if the 'windmillServiceEndpoint' attribute was set.
windmillServiceEndpoint' attribute was set.
|
inline |
Determine if the 'windmillServicePort' attribute was set.
windmillServicePort' attribute was set. | client::JsonCppArray<StreamingComputationConfig > google_dataflow_api::StreamingConfigTask::mutable_streamingComputationConfigs | ( | ) |
Gets a reference to a mutable value of the 'streamingComputationConfigs' property.
Set of computation configuration information.
|
inline |
Gets a reference to a mutable value of the 'userStepToStateFamilyNameMap' property.
Map from user step names to state families.
|
static |
Creates a new default instance.
|
inline |
Change the 'commitStreamChunkSizeBytes' attribute.
Chunk size for commit streams from the harness to windmill.
| [in] | value | The new value. |
|
inline |
Change the 'getDataStreamChunkSizeBytes' attribute.
Chunk size for get data streams from the harness to windmill.
| [in] | value | The new value. |
|
inline |
Change the 'maxWorkItemCommitBytes' attribute.
Maximum size for work item commit supported windmill storage layer.
| [in] | value | The new value. |
|
inline |
Change the 'windmillServiceEndpoint' attribute.
If present, the worker must use this endpoint to communicate with Windmill Service dispatchers, otherwise the worker must continue to use whatever endpoint it had been using.
| [in] | value | The new value. |
|
inline |
Change the 'windmillServicePort' attribute.
If present, the worker must use this port to communicate with Windmill Service dispatchers. Only applicable when windmill_service_endpoint is specified.
| [in] | value | The new value. |