Class FlinkWriteResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class FlinkWriteResult
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FlinkWriteResult​(long checkpointId, org.apache.iceberg.io.WriteResult writeResult)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long checkpointId()  
      org.apache.iceberg.io.WriteResult writeResult()  
      • Methods inherited from class java.lang.Object

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

      • FlinkWriteResult

        public FlinkWriteResult​(long checkpointId,
                                org.apache.iceberg.io.WriteResult writeResult)
    • Method Detail

      • checkpointId

        public long checkpointId()
      • writeResult

        public org.apache.iceberg.io.WriteResult writeResult()