Class MapCachePutIfAbsentOperation
- java.lang.Object
-
- org.redisson.transaction.operation.TransactionalOperation
-
- org.redisson.transaction.operation.map.MapOperation
-
- org.redisson.transaction.operation.map.MapCachePutIfAbsentOperation
-
public class MapCachePutIfAbsentOperation extends MapOperation
- Author:
- Nikita Koksharov
-
-
Field Summary
-
Fields inherited from class org.redisson.transaction.operation.TransactionalOperation
codec, name, threadId
-
-
Constructor Summary
Constructors Constructor Description MapCachePutIfAbsentOperation()
MapCachePutIfAbsentOperation(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commit(RMap<Object,Object> map)
long
getMaxIdleTime()
TimeUnit
getMaxIdleUnit()
long
getTTL()
TimeUnit
getTTLUnit()
-
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
-
-