| Interface | Description |
|---|---|
| TxCallable<CONTEXT_TYPE extends TxContext,RETURN_TYPE> |
Function executed within transaction
|
| Class | Description |
|---|---|
| DatasetContext<T> |
Handy implementation of tx context for
Transactional that holds single dataset. |
| Transactional<T extends Iterable<V>,V> | Deprecated
Don't use this class anymore.
|
| TransactionalDatasetRegistry<CONTEXT_TYPE extends TxContext> |
Utility that wraps the execution of a function into the context of a transaction.
|
| TxContext |
Provides access to transactional resources, e.g.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.