Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.beam.sdk.coders.Coder

        org.apache.beam.sdk.coders.Coder.Context, org.apache.beam.sdk.coders.Coder.NonDeterministicException
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HealthcareIOError<T> decode​(java.io.InputStream inStream)  
      void encode​(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, getEncodedTypeDescriptor, isRegisterByteSizeObserverCheap, registerByteSizeObserver, structuralValue, verifyDeterministic, verifyDeterministic
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • encode

        public void encode​(HealthcareIOError<T> value,
                           java.io.OutputStream outStream)
                    throws java.io.IOException
        Specified by:
        encode in class org.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:
        decode in class org.apache.beam.sdk.coders.Coder<HealthcareIOError<T>>
        Throws:
        java.io.IOException