| Interface | Description |
|---|---|
| TransactionExecutorFactory |
A factory for transaction executors.
|
| TransactionSystemClientService |
A Service for Tephra's TransactionSystemClient to perform lifecycle operations.
|
| Class | Description |
|---|---|
| DelegatingTransactionSystemClientService |
Delegates all transaction methods to a TransactionSystemClient and does nothing during startup and shutdown.
|
| DistributedTransactionSystemClientService |
A Service for Tephra's TransactionSystemClient that waits on startup for the transaction system to be available.
|
| DynamicTransactionExecutor |
Utility class that encapsulates the transaction life cycle over a given set of
transaction-aware datasets.
|
| ForwardingTransactionAware |
A
TransactionAware that forwards every methods to another TransactionAware. |
| TransactionManagerDebuggerMain |
Management tool to retrieve the state of the CDAP transaction manager and to query it.
|
| Transactions |
Helper class for interacting with
Transaction and TransactionSystemClient. |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.