Interface IcebergOperation
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 TypeMethodDescriptionvoidadd(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
-