Class HealthcareIOErrorCoder<T>
- java.lang.Object
-
- org.apache.beam.sdk.coders.Coder<T>
-
- org.apache.beam.sdk.coders.CustomCoder<HealthcareIOError<T>>
-
- org.apache.beam.sdk.io.gcp.healthcare.HealthcareIOErrorCoder<T>
-
- All Implemented Interfaces:
java.io.Serializable
public class HealthcareIOErrorCoder<T> extends org.apache.beam.sdk.coders.CustomCoder<HealthcareIOError<T>>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthcareIOError<T>decode(java.io.InputStream inStream)voidencode(HealthcareIOError<T> value, java.io.OutputStream outStream)static <T> HealthcareIOErrorCoder<T>of(org.apache.beam.sdk.coders.Coder<T> originalCoder)-
Methods inherited from class org.apache.beam.sdk.coders.CustomCoder
getCoderArguments, 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 <T> HealthcareIOErrorCoder<T> of(org.apache.beam.sdk.coders.Coder<T> originalCoder)
-
encode
public void encode(HealthcareIOError<T> value, java.io.OutputStream outStream) throws java.io.IOException
- Specified by:
encodein classorg.apache.beam.sdk.coders.Coder<HealthcareIOError<T>>- Throws:
java.io.IOException
-
decode
public HealthcareIOError<T> decode(java.io.InputStream inStream) throws java.io.IOException
- Specified by:
decodein classorg.apache.beam.sdk.coders.Coder<HealthcareIOError<T>>- Throws:
java.io.IOException
-
-