Class CreateSnapshotEvent

java.lang.Object
org.apache.iceberg.events.CreateSnapshotEvent

public final class CreateSnapshotEvent extends Object
  • Constructor Details

    • CreateSnapshotEvent

      public CreateSnapshotEvent(String tableName, String operation, long snapshotId, long sequenceNumber, Map<String,String> summary)
  • Method Details

    • tableName

      public String tableName()
    • operation

      public String operation()
    • snapshotId

      public long snapshotId()
    • sequenceNumber

      public long sequenceNumber()
    • summary

      public Map<String,String> summary()