public abstract class AbstractDistributedTransactionManager extends java.lang.Object implements DistributedTransactionManager
| Constructor and Description |
|---|
AbstractDistributedTransactionManager(DatabaseConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected Delete |
copyAndSetTargetToIfNot(Delete delete) |
protected Get |
copyAndSetTargetToIfNot(Get get) |
protected Insert |
copyAndSetTargetToIfNot(Insert insert) |
protected <T extends Mutation> |
copyAndSetTargetToIfNot(java.util.List<T> mutations) |
protected Put |
copyAndSetTargetToIfNot(Put put) |
protected Scan |
copyAndSetTargetToIfNot(Scan scan) |
protected Update |
copyAndSetTargetToIfNot(Update update) |
protected Upsert |
copyAndSetTargetToIfNot(Upsert upsert) |
java.util.Optional<java.lang.String> |
getNamespace()
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0
|
java.util.Optional<java.lang.String> |
getTable()
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0
|
void |
with(java.lang.String namespace,
java.lang.String tableName)
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0
|
void |
withNamespace(java.lang.String namespace)
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0
|
void |
withTable(java.lang.String tableName)
Deprecated.
As of release 3.6.0. Will be removed in release 5.0.0
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractDistributedTransactionManager(DatabaseConfig config)
@Deprecated
public void with(java.lang.String namespace,
java.lang.String tableName)
DistributedTransactionManagerwith in interface DistributedTransactionManagernamespace - default namespace to operate fortableName - default table name to operate for@Deprecated public void withNamespace(java.lang.String namespace)
DistributedTransactionManagerwithNamespace in interface DistributedTransactionManagernamespace - default namespace to operate for@Deprecated public java.util.Optional<java.lang.String> getNamespace()
DistributedTransactionManagergetNamespace in interface DistributedTransactionManagerOptional with the namespace@Deprecated public void withTable(java.lang.String tableName)
DistributedTransactionManagerwithTable in interface DistributedTransactionManagertableName - default table name to operate for@Deprecated public java.util.Optional<java.lang.String> getTable()
DistributedTransactionManagergetTable in interface DistributedTransactionManagerOptional with the table nameprotected <T extends Mutation> java.util.List<T> copyAndSetTargetToIfNot(java.util.List<T> mutations)