public class OptimisticMapWrapper.CopyingTxContext extends TransactionalMapWrapper.TxContext
| Modifier and Type | Field and Description |
|---|---|
protected Map |
externalAdds |
protected Map |
externalChanges |
protected Set |
externalDeletes |
| Modifier | Constructor and Description |
|---|---|
protected |
OptimisticMapWrapper.CopyingTxContext() |
| Modifier and Type | Method and Description |
|---|---|
protected Set |
changedKeys() |
protected void |
clear() |
protected void |
dispose() |
protected Set |
externalChangedKeys() |
protected void |
finalize() |
protected Object |
get(Object key) |
protected Set |
keys() |
protected void |
merge() |
protected void |
put(Object key,
Object value) |
protected void |
remove(Object key) |
protected int |
size() |
isEmptyprotected Map externalChanges
protected Map externalAdds
protected Set externalDeletes
protected OptimisticMapWrapper.CopyingTxContext()
protected Set externalChangedKeys()
protected Set changedKeys()
protected Set keys()
keys in class TransactionalMapWrapper.TxContextprotected Object get(Object key)
get in class TransactionalMapWrapper.TxContextprotected void put(Object key, Object value)
put in class TransactionalMapWrapper.TxContextprotected void remove(Object key)
remove in class TransactionalMapWrapper.TxContextprotected int size()
size in class TransactionalMapWrapper.TxContextprotected void clear()
clear in class TransactionalMapWrapper.TxContextprotected void merge()
merge in class TransactionalMapWrapper.TxContextprotected void dispose()
dispose in class TransactionalMapWrapper.TxContextCopyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.