Class DirectBatchUnboundedSource.CheckpointCoder

    • 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
    • Constructor Summary

      Constructors 
      Constructor Description
      CheckpointCoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DirectBatchUnboundedSource.Checkpoint decode​(java.io.InputStream inStream)  
      void encode​(DirectBatchUnboundedSource.Checkpoint value, java.io.OutputStream outStream)  
      java.util.List<? extends org.apache.beam.sdk.coders.Coder<?>> getCoderArguments()  
      void 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