|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| DefaultTxObjectMixin | AlphaTransactionalObject implementation that also can be used to transplant methods from during instrumentation. |
| FastTxObjectMixin | Doesn't support blocking operations. |
| ThreadUnsafeTxObjectMixin | A threadunsafe tx object mixin that can be used for benchmarking purposes if you want to see what the overhead is caused by cas/volatile read/volatile write operations. |
Contains the mixin classes for atomic object. Methods/interfaces/fields are transplanted from the mixin donor to the POJO. The big advantage of using this mixin approach is that you don't need to program all the logic in bytecode directly which is very very time consuming.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||