Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
Sink |
Sink.clone() |
Sink |
WriteInstruction.getSink()
The sink to write to.
|
Sink |
SeqMapTaskOutputInfo.getSink()
The sink to write the output value to.
|
Sink |
Sink.set(String fieldName,
Object value) |
Sink |
Sink.setCodec(Map<String,Object> codec)
The codec to use to encode data written to the sink.
|
Sink |
Sink.setSpec(Map<String,Object> spec)
The sink to write to, plus its parameters.
|
Modifier and Type | Method and Description |
---|---|
WriteInstruction |
WriteInstruction.setSink(Sink sink)
The sink to write to.
|
SeqMapTaskOutputInfo |
SeqMapTaskOutputInfo.setSink(Sink sink)
The sink to write the output value to.
|