dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::SourceFork Class Reference

#include <source_fork.h>

Inheritance diagram for google_dataflow_api::SourceFork:

Public Member Functions

 SourceFork (const Json::Value &storage)
 
 SourceFork (Json::Value *storage)
 
virtual ~SourceFork ()
 
const StringPiece GetTypeName () const
 
bool has_primary () const
 
void clear_primary ()
 
const SourceSplitShard get_primary () const
 
SourceSplitShard mutable_primary ()
 
bool has_primary_source () const
 
void clear_primary_source ()
 
const DerivedSource get_primary_source () const
 
DerivedSource mutable_primarySource ()
 
bool has_residual () const
 
void clear_residual ()
 
const SourceSplitShard get_residual () const
 
SourceSplitShard mutable_residual ()
 
bool has_residual_source () const
 
void clear_residual_source ()
 
const DerivedSource get_residual_source () const
 
DerivedSource mutable_residualSource ()
 

Static Public Member Functions

static SourceForkNew ()
 

Detailed Description

DEPRECATED in favor of DynamicSourceSplit.

Constructor & Destructor Documentation

◆ SourceFork() [1/2]

google_dataflow_api::SourceFork::SourceFork ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ SourceFork() [2/2]

google_dataflow_api::SourceFork::SourceFork ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~SourceFork()

google_dataflow_api::SourceFork::~SourceFork ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_primary()

void google_dataflow_api::SourceFork::clear_primary ( )
inline

Clears the 'primary' attribute.

◆ clear_primary_source()

void google_dataflow_api::SourceFork::clear_primary_source ( )
inline

Clears the 'primarySource' attribute.

◆ clear_residual()

void google_dataflow_api::SourceFork::clear_residual ( )
inline

Clears the 'residual' attribute.

◆ clear_residual_source()

void google_dataflow_api::SourceFork::clear_residual_source ( )
inline

Clears the 'residualSource' attribute.

◆ get_primary()

const SourceSplitShard google_dataflow_api::SourceFork::get_primary ( ) const

Get a reference to the value of the 'primary' attribute.

◆ get_primary_source()

const DerivedSource google_dataflow_api::SourceFork::get_primary_source ( ) const

Get a reference to the value of the 'primarySource' attribute.

◆ get_residual()

const SourceSplitShard google_dataflow_api::SourceFork::get_residual ( ) const

Get a reference to the value of the 'residual' attribute.

◆ get_residual_source()

const DerivedSource google_dataflow_api::SourceFork::get_residual_source ( ) const

Get a reference to the value of the 'residualSource' attribute.

◆ GetTypeName()

const StringPiece google_dataflow_api::SourceFork::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SourceFork

◆ has_primary()

bool google_dataflow_api::SourceFork::has_primary ( ) const
inline

Determine if the 'primary' attribute was set.

Returns
true if the 'primary' attribute was set.

◆ has_primary_source()

bool google_dataflow_api::SourceFork::has_primary_source ( ) const
inline

Determine if the 'primarySource' attribute was set.

Returns
true if the 'primarySource' attribute was set.

◆ has_residual()

bool google_dataflow_api::SourceFork::has_residual ( ) const
inline

Determine if the 'residual' attribute was set.

Returns
true if the 'residual' attribute was set.

◆ has_residual_source()

bool google_dataflow_api::SourceFork::has_residual_source ( ) const
inline

Determine if the 'residualSource' attribute was set.

Returns
true if the 'residualSource' attribute was set.

◆ mutable_primary()

SourceSplitShard google_dataflow_api::SourceFork::mutable_primary ( )

Gets a reference to a mutable value of the 'primary' property.

Deprecated:

DEPRECATED.

Returns
The result can be modified to change the attribute value.

◆ mutable_primarySource()

DerivedSource google_dataflow_api::SourceFork::mutable_primarySource ( )

Gets a reference to a mutable value of the 'primarySource' property.

Deprecated:

DEPRECATED.

Returns
The result can be modified to change the attribute value.

◆ mutable_residual()

SourceSplitShard google_dataflow_api::SourceFork::mutable_residual ( )

Gets a reference to a mutable value of the 'residual' property.

Deprecated:

DEPRECATED.

Returns
The result can be modified to change the attribute value.

◆ mutable_residualSource()

DerivedSource google_dataflow_api::SourceFork::mutable_residualSource ( )

Gets a reference to a mutable value of the 'residualSource' property.

Deprecated:

DEPRECATED.

Returns
The result can be modified to change the attribute value.

◆ New()

SourceFork * google_dataflow_api::SourceFork::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: