Class RowMutation.RowMutationCoder
- java.lang.Object
-
- org.apache.beam.sdk.coders.Coder<T>
-
- org.apache.beam.sdk.coders.StructuredCoder<T>
-
- org.apache.beam.sdk.coders.AtomicCoder<RowMutation>
-
- org.apache.beam.sdk.io.gcp.bigquery.RowMutation.RowMutationCoder
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RowMutation
public static class RowMutation.RowMutationCoder extends org.apache.beam.sdk.coders.AtomicCoder<RowMutation>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RowMutationCoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RowMutationdecode(java.io.InputStream inStream)voidencode(RowMutation value, java.io.OutputStream outStream)static RowMutation.RowMutationCoderof()-
Methods inherited from class org.apache.beam.sdk.coders.AtomicCoder
equals, getCoderArguments, getComponents, hashCode, verifyDeterministic
-
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 RowMutation.RowMutationCoder of()
-
encode
public void encode(RowMutation value, java.io.OutputStream outStream) throws java.io.IOException
- Specified by:
encodein classorg.apache.beam.sdk.coders.Coder<RowMutation>- Throws:
java.io.IOException
-
decode
public RowMutation decode(java.io.InputStream inStream) throws java.io.IOException
- Specified by:
decodein classorg.apache.beam.sdk.coders.Coder<RowMutation>- Throws:
java.io.IOException
-
-