Class MapPutIfAbsentOperation
java.lang.Object
org.redisson.transaction.operation.TransactionalOperation
org.redisson.transaction.operation.map.MapOperation
org.redisson.transaction.operation.map.MapPutIfAbsentOperation
- Author:
- Nikita Koksharov
-
Field Summary
Fields inherited from class org.redisson.transaction.operation.TransactionalOperation
codec, name, threadId
-
Constructor Summary
ConstructorDescriptionMapPutIfAbsentOperation
(RMap<?, ?> map, Object key, Object value, String transactionId, long threadId) -
Method Summary
Methods inherited from class org.redisson.transaction.operation.map.MapOperation
commit, getKey, getLock, getMap, getMap, getOldValue, getValue, rollback
Methods inherited from class org.redisson.transaction.operation.TransactionalOperation
getCodec, getName, getThreadId
-
Constructor Details
-
MapPutIfAbsentOperation
public MapPutIfAbsentOperation() -
MapPutIfAbsentOperation
-
-
Method Details
-
commit
- Specified by:
commit
in classMapOperation
-