Class DataWriteResult


  • public class DataWriteResult
    extends java.lang.Object
    A result of writing data files.

    Note that objects of this class are NOT meant to be serialized. Task or delta writers will wrap these results into their own serializable results that can be sent back to query engines.

    • Constructor Summary

      Constructors 
      Constructor Description
      DataWriteResult​(java.util.List<org.apache.iceberg.DataFile> dataFiles)  
      DataWriteResult​(org.apache.iceberg.DataFile dataFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.apache.iceberg.DataFile> dataFiles()  
      • Methods inherited from class java.lang.Object

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

      • DataWriteResult

        public DataWriteResult​(org.apache.iceberg.DataFile dataFile)
      • DataWriteResult

        public DataWriteResult​(java.util.List<org.apache.iceberg.DataFile> dataFiles)
    • Method Detail

      • dataFiles

        public java.util.List<org.apache.iceberg.DataFile> dataFiles()