Class MockManifestEntry

  • All Implemented Interfaces:
    org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord

    @Immutable
    public abstract class MockManifestEntry
    extends java.lang.Object
    implements org.apache.avro.generic.IndexedRecord
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.lang.String filePath()  
      java.lang.Object get​(int i)  
      org.apache.avro.Schema getSchema()  
      abstract org.apache.iceberg.types.Types.StructType partitionType()  
      void put​(int i, java.lang.Object v)  
      abstract java.lang.Long sequenceNumber()  
      abstract java.lang.Long snapshotId()  
      org.projectnessie.gc.iceberg.mocks.MockManifestEntry.Status status()  
      • Methods inherited from class java.lang.Object

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

      • MockManifestEntry

        public MockManifestEntry()
    • Method Detail

      • status

        @Default
        public org.projectnessie.gc.iceberg.mocks.MockManifestEntry.Status status()
      • snapshotId

        @Nullable
        @Nullable
        public abstract java.lang.Long snapshotId()
      • sequenceNumber

        @Nullable
        @Nullable
        public abstract java.lang.Long sequenceNumber()
      • filePath

        public abstract java.lang.String filePath()
      • partitionType

        public abstract org.apache.iceberg.types.Types.StructType partitionType()
      • getSchema

        @Auxiliary
        public org.apache.avro.Schema getSchema()
        Specified by:
        getSchema in interface org.apache.avro.generic.GenericContainer
      • put

        public void put​(int i,
                        java.lang.Object v)
        Specified by:
        put in interface org.apache.avro.generic.IndexedRecord
      • get

        public java.lang.Object get​(int i)
        Specified by:
        get in interface org.apache.avro.generic.IndexedRecord