Class TableDestinationCoder
- java.lang.Object
-
- org.apache.beam.sdk.coders.Coder<T>
-
- org.apache.beam.sdk.coders.StructuredCoder<T>
-
- org.apache.beam.sdk.coders.AtomicCoder<TableDestination>
-
- org.apache.beam.sdk.io.gcp.bigquery.TableDestinationCoder
-
- All Implemented Interfaces:
java.io.Serializable
public class TableDestinationCoder extends org.apache.beam.sdk.coders.AtomicCoder<TableDestination>
A coder forTableDestinationobjects.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TableDestinationdecode(java.io.InputStream inStream)voidencode(TableDestination value, java.io.OutputStream outStream)static TableDestinationCoderof()voidverifyDeterministic()-
Methods inherited from class org.apache.beam.sdk.coders.AtomicCoder
equals, getCoderArguments, getComponents, hashCode
-
Methods inherited from class org.apache.beam.sdk.coders.Coder
consistentWithEquals, decode, encode, getEncodedElementByteSize, getEncodedElementByteSizeUsingCoder, getEncodedTypeDescriptor, isRegisterByteSizeObserverCheap, registerByteSizeObserver, structuralValue, verifyDeterministic, verifyDeterministic
-
-
-
-
Method Detail
-
of
public static TableDestinationCoder of()
-
encode
public void encode(TableDestination value, java.io.OutputStream outStream) throws java.io.IOException
- Specified by:
encodein classorg.apache.beam.sdk.coders.Coder<TableDestination>- Throws:
java.io.IOException
-
decode
public TableDestination decode(java.io.InputStream inStream) throws java.io.IOException
- Specified by:
decodein classorg.apache.beam.sdk.coders.Coder<TableDestination>- Throws:
java.io.IOException
-
verifyDeterministic
public void verifyDeterministic() throws org.apache.beam.sdk.coders.Coder.NonDeterministicException- Overrides:
verifyDeterministicin classorg.apache.beam.sdk.coders.AtomicCoder<TableDestination>- Throws:
org.apache.beam.sdk.coders.Coder.NonDeterministicException
-
-