dataflow
v1b3
|
#include <sink.h>
Public Member Functions | |
Sink (const Json::Value &storage) | |
Sink (Json::Value *storage) | |
virtual | ~Sink () |
const StringPiece | GetTypeName () const |
bool | has_codec () const |
void | clear_codec () |
const client::JsonCppAssociativeArray< client::JsonCppData > | get_codec () const |
client::JsonCppAssociativeArray< client::JsonCppData > | mutable_codec () |
bool | has_spec () const |
void | clear_spec () |
const client::JsonCppAssociativeArray< client::JsonCppData > | get_spec () const |
client::JsonCppAssociativeArray< client::JsonCppData > | mutable_spec () |
Static Public Member Functions | |
static Sink * | New () |
A sink that records can be encoded and written to.
|
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 'codec
' attribute.
|
inline |
Clears the 'spec
' attribute.
|
inline |
Get a reference to the value of the 'codec
' attribute.
|
inline |
Get a reference to the value of the 'spec
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_dataflow_api::Sink
|
inline |
Determine if the 'codec
' attribute was set.
codec
' attribute was set.
|
inline |
Determine if the 'spec
' attribute was set.
spec
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'codec
' property.
The codec to use to encode data written to the sink.
|
inline |
Gets a reference to a mutable value of the 'spec
' property.
The sink to write to, plus its parameters.
|
static |
Creates a new default instance.