| Package | Description |
|---|---|
| cern.entwined |
| Modifier and Type | Method and Description |
|---|---|
protected TransactionalQueue<E> |
TransactionalQueue.cleanCopy() |
TransactionalQueue<E> |
TransactionalQueue.commit(TransactionalQueue<E> globalState)
For performance purposes returned global state is initialized with empty iterator, therefore polling data from
the collection is not possible.
|
protected TransactionalQueue<E> |
TransactionalQueue.dirtyCopy() |
| Modifier and Type | Method and Description |
|---|---|
TransactionalQueue<E> |
TransactionalQueue.commit(TransactionalQueue<E> globalState)
For performance purposes returned global state is initialized with empty iterator, therefore polling data from
the collection is not possible.
|
protected void |
TransactionalQueue.update(TransactionalQueue<E> changes,
boolean onlyReadLogs) |
Copyright © 2013 CERN, The European Organization for Nuclear Research. All Rights Reserved.