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
ConstructorsConstructorDescriptionMapCachePutIfAbsentOperation(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, rollbackMethods inherited from class org.redisson.transaction.operation.TransactionalOperation
getCodec, getName, getThreadId
-
Constructor Details
-
MapCachePutIfAbsentOperation
public MapCachePutIfAbsentOperation() -
MapCachePutIfAbsentOperation
-
MapCachePutIfAbsentOperation
-
-
Method Details
-
commit
- Specified by:
commitin classMapOperation
-
getTTL
public long getTTL() -
getTTLUnit
-
getMaxIdleTime
public long getMaxIdleTime() -
getMaxIdleUnit
-