Class MapPutOperation<K,V>
java.lang.Object
org.datanucleus.flush.MapPutOperation<K,V>
- All Implemented Interfaces:
Operation, SCOOperation
Put operation for a map where we have a backing store.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMapPutOperation(DNStateManager sm, int fieldNum, K key, V value) MapPutOperation(DNStateManager sm, MapStore store, K key, V value) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Accessor for the key being put.Accessor for the metadata for the member that this operation is for.Accessor for StateManager of the object that this operation is performed on.getStore()Accessor for the backing store for this operation.getValue()Accessor for the value being put against this key.voidperform()Perform the put(Object, Object) operation to the backing store.toString()
-
Field Details
-
sm
-
fieldNumber
final int fieldNumber -
store
-
key
The key to add. -
value
The value to add.
-
-
Constructor Details
-
MapPutOperation
-
MapPutOperation
-
-
Method Details
-
getMemberMetaData
Description copied from interface:SCOOperationAccessor for the metadata for the member that this operation is for.- Specified by:
getMemberMetaDatain interfaceSCOOperation- Returns:
- The member metadata
-
getKey
-
getValue
Accessor for the value being put against this key.- Returns:
- Value being put against the key
-
perform
-
getStore
Description copied from interface:SCOOperationAccessor for the backing store for this operation.- Specified by:
getStorein interfaceSCOOperation- Returns:
- The backing store
-
getStateManager
Description copied from interface:OperationAccessor for StateManager of the object that this operation is performed on.- Specified by:
getStateManagerin interfaceOperation- Returns:
- StateManager
-
toString
-