|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.sco.queued.PutOperation
public class PutOperation
Put operation for a map.
| Constructor Summary | |
|---|---|
PutOperation(java.lang.Object key,
java.lang.Object value)
Constructor. |
|
| Method Summary | |
|---|---|
void |
perform(MapStore store,
ObjectProvider sm)
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(java.lang.Object key,
java.lang.Object value)
key - The key to addvalue - The value to add| Method Detail |
|---|
public void perform(MapStore store,
ObjectProvider sm)
perform in interface QueuedOperation<MapStore>store - The backing store to perform it onsm - StateManager for the owner of the map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||