|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.queued.PutOperation
public class PutOperation
Put operation for a map.
| Constructor Summary | |
|---|---|
PutOperation(ObjectProvider op,
MapStore store,
Object key,
Object value)
|
|
| Method Summary | |
|---|---|
Object |
getKey()
Accessor for the key being put. |
ObjectProvider |
getObjectProvider()
The object provider that this operation is performed on. |
Store |
getStore()
The backing store that this queued operation relates to. |
Object |
getValue()
Accessor for the value being put against this key. |
void |
perform()
Perform the put(Object, Object) operation to the backing store. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PutOperation(ObjectProvider op,
MapStore store,
Object key,
Object value)
| Method Detail |
|---|
public Object getKey()
public Object getValue()
public void perform()
perform in interface QueuedOperationpublic Store getStore()
QueuedOperation
getStore in interface QueuedOperationpublic ObjectProvider getObjectProvider()
QueuedOperation
getObjectProvider in interface QueuedOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||