public class MapPutOperation extends Object implements SCOOperation
| Constructor and Description |
|---|
MapPutOperation(ObjectProvider op,
MapStore store,
Object key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getKey()
Accessor for the key being put.
|
ObjectProvider |
getObjectProvider()
Accessor for the ObjectProvider of the object that this operation is performed on.
|
Store |
getStore()
Accessor for the backing store for this operation.
|
Object |
getValue()
Accessor for the value being put against this key.
|
void |
perform()
Perform the put(Object, Object) operation to the backing store.
|
String |
toString() |
public MapPutOperation(ObjectProvider op, MapStore store, Object key, Object value)
public Object getKey()
public Object getValue()
public void perform()
public Store getStore()
SCOOperationgetStore in interface SCOOperationpublic ObjectProvider getObjectProvider()
OperationgetObjectProvider in interface OperationCopyright © 2015. All rights reserved.