dataflow
v1b3
|
#include <streaming_side_input_location.h>
Public Member Functions | |
StreamingSideInputLocation (const Json::Value &storage) | |
StreamingSideInputLocation (Json::Value *storage) | |
virtual | ~StreamingSideInputLocation () |
const StringPiece | GetTypeName () const |
bool | has_state_family () const |
void | clear_state_family () |
const StringPiece | get_state_family () const |
void | set_state_family (const StringPiece &value) |
bool | has_tag () const |
void | clear_tag () |
const StringPiece | get_tag () const |
void | set_tag (const StringPiece &value) |
Static Public Member Functions | |
static StreamingSideInputLocation * | New () |
Identifies the location of a streaming side input.
|
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 'stateFamily
' attribute.
|
inline |
Clears the 'tag
' attribute.
|
inline |
Get the value of the 'stateFamily
' attribute.
|
inline |
Get the value of the 'tag
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'stateFamily
' attribute was set.
stateFamily
' attribute was set.
|
inline |
Determine if the 'tag
' attribute was set.
tag
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'stateFamily
' attribute.
Identifies the state family where this side input is stored.
[in] | value | The new value. |
|
inline |
Change the 'tag
' attribute.
Identifies the particular side input within the streaming Dataflow job.
[in] | value | The new value. |