public class MapCachePutOperation extends MapOperation
codec, name
Constructor and Description |
---|
MapCachePutOperation() |
MapCachePutOperation(RMap<?,?> map,
Object key,
Object value,
long ttlTimeout,
TimeUnit ttlUnit,
long maxIdleTimeout,
TimeUnit maxIdleUnit,
String transactionId,
long threadId) |
Modifier and Type | Method and Description |
---|---|
void |
commit(RMap<Object,Object> map) |
long |
getMaxIdleTimeout() |
TimeUnit |
getMaxIdleUnit() |
long |
getTTL() |
TimeUnit |
getTTLUnit() |
commit, getKey, getLock, getMap, getMap, getOldValue, getValue, rollback
getCodec, getName
Copyright © 2014–2020 Redisson. All rights reserved.