public class OptimisticMapWrapper.CopyingTxContext extends TransactionalMapWrapper.TxContext
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
externalAdds |
protected java.util.Map |
externalChanges |
protected java.util.Set |
externalDeletes |
| Modifier | Constructor and Description |
|---|---|
protected |
OptimisticMapWrapper.CopyingTxContext() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set |
changedKeys() |
protected void |
clear() |
protected void |
dispose() |
protected java.util.Set |
externalChangedKeys() |
protected void |
finalize() |
protected java.lang.Object |
get(java.lang.Object key) |
protected java.util.Set |
keys() |
protected void |
merge() |
protected void |
put(java.lang.Object key,
java.lang.Object value) |
protected void |
remove(java.lang.Object key) |
protected int |
size() |
isEmptyprotected java.util.Map externalChanges
protected java.util.Map externalAdds
protected java.util.Set externalDeletes
protected OptimisticMapWrapper.CopyingTxContext()
protected java.util.Set externalChangedKeys()
protected java.util.Set changedKeys()
protected java.util.Set keys()
keys in class TransactionalMapWrapper.TxContextprotected java.lang.Object get(java.lang.Object key)
get in class TransactionalMapWrapper.TxContextprotected void put(java.lang.Object key,
java.lang.Object value)
put in class TransactionalMapWrapper.TxContextprotected void remove(java.lang.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.TxContextprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.ThrowableCopyright ? 2004 The Apache Software Foundation. All Rights Reserved.