| Package | Description | 
|---|---|
| org.apache.tephra.coprocessor | 
 This package contains HBase coprocessor implementations for the transaction system. 
 | 
| org.apache.tephra.hbase.coprocessor | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionStateCache | 
TransactionStateCacheSupplier.get()
Returns a singleton instance of the transaction state cache, performing lazy initialization if necessary. 
 | 
| Constructor and Description | 
|---|
TransactionStateCacheSupplier(com.google.common.base.Supplier<TransactionStateCache> supplier)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CacheSupplier<TransactionStateCache> | 
TransactionProcessor.getTransactionStateCacheSupplier(org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment env)  | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.