| Package | Description |
|---|---|
| org.apache.tephra.distributed |
This package contains standalone server of the transaction system v2.
|
| org.apache.tephra.inmemory |
This package contains in memory implementation of the transaction system v2.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
TransactionService.getTransactionManager() |
| Constructor and Description |
|---|
TransactionServiceThriftHandler(TransactionManager txManager) |
| Constructor and Description |
|---|
TransactionService(org.apache.hadoop.conf.Configuration conf,
org.apache.twill.zookeeper.ZKClient zkClient,
org.apache.twill.discovery.DiscoveryService discoveryService,
com.google.inject.Provider<TransactionManager> txManagerProvider) |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionManager |
InMemoryTransactionService.txManager |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.inject.Provider<TransactionManager> |
InMemoryTransactionService.txManagerProvider |
| Constructor and Description |
|---|
InMemoryTxSystemClient(TransactionManager txmgr) |
| Constructor and Description |
|---|
InMemoryTransactionService(org.apache.hadoop.conf.Configuration conf,
org.apache.twill.discovery.DiscoveryService discoveryService,
com.google.inject.Provider<TransactionManager> txManagerProvider) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.