public final class Transactions
extends java.lang.Object
Modifier and Type | Method and 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) |
public static Transaction createOrReplaceTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start)
public static Transaction replaceTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start)
public static Transaction replaceTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start, MetricsReporter reporter)
public static Transaction createTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start)
public static Transaction createTableTransaction(java.lang.String tableName, TableOperations ops, TableMetadata start, MetricsReporter reporter)
public static Transaction newTransaction(java.lang.String tableName, TableOperations ops)
public static Transaction newTransaction(java.lang.String tableName, TableOperations ops, MetricsReporter reporter)