Interface IcebergOperation

All Known Implementing Classes:
Delete, Overwrite

public interface IcebergOperation
Iceberg operation main goal is to add itself to the given transaction. Process of adding will depend on operation implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(org.apache.iceberg.Transaction transaction)
    Adds operation to the given transaction.
  • Method Details

    • add

      void add(org.apache.iceberg.Transaction transaction)
      Adds operation to the given transaction.
      Parameters:
      transaction - current transaction