public final class Sink extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Dataflow API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Sink() |
Modifier and Type | Method and Description |
---|---|
Sink |
clone() |
Map<String,Object> |
getCodec()
The codec to use to encode data written to the sink.
|
Map<String,Object> |
getSpec()
The sink to write to, plus its parameters.
|
Sink |
set(String fieldName,
Object value) |
Sink |
setCodec(Map<String,Object> codec)
The codec to use to encode data written to the sink.
|
Sink |
setSpec(Map<String,Object> spec)
The sink to write to, plus its parameters.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Map<String,Object> getCodec()
null
for nonepublic Sink setCodec(Map<String,Object> codec)
codec
- codec or null
for nonepublic Map<String,Object> getSpec()
null
for nonepublic Sink setSpec(Map<String,Object> spec)
spec
- spec or null
for nonepublic Sink set(String fieldName, Object value)
set
in class GenericJson
public Sink clone()
clone
in class GenericJson