Package org.apache.iceberg
Class Transactions
- java.lang.Object
-
- org.apache.iceberg.Transactions
-
public final class Transactions extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Transaction
createOrReplaceTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start)
static Transaction
createTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start)
static Transaction
createTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start, MetricsReporter reporter)
static Transaction
newTransaction(java.lang.String tableName, TableOperations ops)
static Transaction
newTransaction(java.lang.String tableName, TableOperations ops, MetricsReporter reporter)
static Transaction
replaceTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start)
static Transaction
replaceTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start, MetricsReporter reporter)
-
-
-
Method Detail
-
createOrReplaceTableTransaction
public static Transaction createOrReplaceTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start)
-
replaceTableTransaction
public static Transaction replaceTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start)
-
replaceTableTransaction
public static Transaction replaceTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start, MetricsReporter reporter)
-
createTableTransaction
public static Transaction createTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start)
-
createTableTransaction
public static Transaction createTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start, MetricsReporter reporter)
-
newTransaction
public static Transaction newTransaction(java.lang.String tableName, TableOperations ops)
-
newTransaction
public static Transaction newTransaction(java.lang.String tableName, TableOperations ops, MetricsReporter reporter)
-
-