Class MapCachePutIfAbsentOperation
java.lang.Object
org.redisson.transaction.operation.TransactionalOperation
org.redisson.transaction.operation.map.MapOperation
org.redisson.transaction.operation.map.MapCachePutIfAbsentOperation
- Author:
- Nikita Koksharov
-
Field Summary
Fields inherited from class org.redisson.transaction.operation.TransactionalOperation
codec, name, threadId
-
Constructor Summary
ConstructorDescriptionMapCachePutIfAbsentOperation
(RMap<?, ?> map, Object key, Object value, long ttl, TimeUnit unit, long maxIdleTime, TimeUnit maxIdleUnit, String transactionId, long threadId) MapCachePutIfAbsentOperation
(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
-
MapCachePutIfAbsentOperation
public MapCachePutIfAbsentOperation() -
MapCachePutIfAbsentOperation
-
MapCachePutIfAbsentOperation
-
-
Method Details
-
commit
- Specified by:
commit
in classMapOperation
-
getTTL
public long getTTL() -
getTTLUnit
-
getMaxIdleTime
public long getMaxIdleTime() -
getMaxIdleUnit
-