public class MapCachePutIfAbsentOperation extends MapOperation
codec, name
Constructor and Description |
---|
MapCachePutIfAbsentOperation() |
MapCachePutIfAbsentOperation(RMap<?,?> map,
Object key,
Object value) |
MapCachePutIfAbsentOperation(RMap<?,?> map,
Object key,
Object value,
long ttl,
TimeUnit unit,
long maxIdleTime,
TimeUnit maxIdleUnit) |
Modifier and Type | Method and Description |
---|---|
void |
commit(RMap<Object,Object> map) |
long |
getMaxIdleTime() |
TimeUnit |
getMaxIdleUnit() |
long |
getTTL() |
TimeUnit |
getTTLUnit() |
commit, getKey, getMap, getMap, getOldValue, getValue, rollback
getCodec, getName
Copyright © 2014–2018 The Redisson Project. All rights reserved.