org.datanucleus.store.types.sco.queued
Class PutOperation
java.lang.Object
org.datanucleus.store.types.sco.queued.PutOperation
- All Implemented Interfaces:
- QueuedOperation<MapStore>
public class PutOperation
- extends Object
- implements QueuedOperation<MapStore>
Put operation for a map.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PutOperation
public PutOperation(Object key,
Object value)
- Constructor.
- Parameters:
key - The key to addvalue - The value to add
perform
public void perform(MapStore store,
ObjectProvider sm)
- Perform the put(Object, Object) operation to the backing store.
- Specified by:
perform in interface QueuedOperation<MapStore>
- Parameters:
store - The backing store to perform it onsm - StateManager for the owner of the map
Copyright © 2012. All Rights Reserved.