Class MockManifestList


  • @Immutable
    public abstract class MockManifestList
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.util.List<MockManifestFile> manifestFiles()  
      void write​(org.apache.iceberg.io.OutputFile output, long snapshotId, long parentSnapshotId, long sequenceNumber)  
      • Methods inherited from class java.lang.Object

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

      • MockManifestList

        public MockManifestList()
    • Method Detail

      • manifestFiles

        public abstract java.util.List<MockManifestFile> manifestFiles()
      • write

        public void write​(org.apache.iceberg.io.OutputFile output,
                          long snapshotId,
                          long parentSnapshotId,
                          long sequenceNumber)