Package org.apache.iceberg
Class Transactions
java.lang.Object
org.apache.iceberg.Transactions
-
Method Summary
Modifier and TypeMethodDescriptionstatic Transaction
createOrReplaceTableTransaction
(String tableName, TableOperations ops, TableMetadata start) static Transaction
createTableTransaction
(String tableName, TableOperations ops, TableMetadata start) static Transaction
createTableTransaction
(String tableName, TableOperations ops, TableMetadata start, MetricsReporter reporter) static Transaction
newTransaction
(String tableName, TableOperations ops) static Transaction
newTransaction
(String tableName, TableOperations ops, MetricsReporter reporter) static Transaction
replaceTableTransaction
(String tableName, TableOperations ops, TableMetadata start) static Transaction
replaceTableTransaction
(String tableName, TableOperations ops, TableMetadata start, MetricsReporter reporter)
-
Method Details
-
createOrReplaceTableTransaction
public static Transaction createOrReplaceTableTransaction(String tableName, TableOperations ops, TableMetadata start) -
replaceTableTransaction
public static Transaction replaceTableTransaction(String tableName, TableOperations ops, TableMetadata start) -
replaceTableTransaction
public static Transaction replaceTableTransaction(String tableName, TableOperations ops, TableMetadata start, MetricsReporter reporter) -
createTableTransaction
public static Transaction createTableTransaction(String tableName, TableOperations ops, TableMetadata start) -
createTableTransaction
public static Transaction createTableTransaction(String tableName, TableOperations ops, TableMetadata start, MetricsReporter reporter) -
newTransaction
-
newTransaction
public static Transaction newTransaction(String tableName, TableOperations ops, MetricsReporter reporter)
-