| Package | Description | 
|---|---|
| org.apache.tephra | 
 This package contains implementations of the transaction system v2. 
 | 
| org.apache.tephra.hbase | 
| Modifier and Type | Field and Description | 
|---|---|
protected TxConstants.ConflictDetection | 
AbstractTransactionAwareTable.conflictLevel  | 
| Modifier and Type | Method and Description | 
|---|---|
static TxConstants.ConflictDetection | 
TxConstants.ConflictDetection.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TxConstants.ConflictDetection[] | 
TxConstants.ConflictDetection.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
AbstractTransactionAwareTable(TxConstants.ConflictDetection conflictLevel,
                             boolean allowNonTransactional)  | 
| Constructor and Description | 
|---|
TransactionAwareHTable(org.apache.hadoop.hbase.client.HTableInterface hTable,
                      TxConstants.ConflictDetection conflictLevel)
Create a transactional aware instance of the passed HTable 
 | 
TransactionAwareHTable(org.apache.hadoop.hbase.client.HTableInterface hTable,
                      TxConstants.ConflictDetection conflictLevel,
                      boolean allowNonTransactional)
Create a transactional aware instance of the passed HTable, with the option
 of allowing non-transactional operations. 
 | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.