|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NonTransactional | |
|---|---|
| org.multiverse.transactional.arrays | |
| org.multiverse.transactional.collections | This package contains datastructures like queues and maps written to be used in STM transactions. |
| Uses of NonTransactional in org.multiverse.transactional.arrays |
|---|
| Methods in org.multiverse.transactional.arrays with annotations of type NonTransactional | |
|---|---|
boolean |
TransactionalReferenceArray.atomicCompareAndSet(int index,
E expected,
E update)
Executes an atomic compare and set, so this call doesn't look at a running transaction, but essentially runs with its own transaction. |
E |
TransactionalReferenceArray.atomicGet(int index)
Returns the currently stored item at the specified index. |
E |
TransactionalReferenceArray.atomicSet(int index,
E update)
Atomically sets the element at the specified index. |
int |
TransactionalReferenceArray.length()
Returns the length of this TransactionalReferenceArray . |
| Uses of NonTransactional in org.multiverse.transactional.collections |
|---|
| Methods in org.multiverse.transactional.collections with annotations of type NonTransactional | |
|---|---|
int |
TransactionalLinkedList.atomicSize()
|
int |
TransactionalCollection.atomicSize()
Returns the current size of the TransactionalCollection. |
int |
TransactionalMap.atomicSize()
Returns the current size of the TransactionalMap. |
int |
TransactionalArrayList.atomicSize()
|
boolean |
TransactionalLinkedList.hasRelaxedMaxCapacity()
Checks if this TransactionalLinkedList uses a relaxed maximum capacity. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||