public class AddCacheOperation extends SetOperation
codec, name
Constructor and Description |
---|
AddCacheOperation(RObject set,
Object value,
long ttl,
TimeUnit timeUnit,
String transactionId,
long threadId) |
AddCacheOperation(RObject set,
Object value,
String transactionId,
long threadId) |
AddCacheOperation(String name,
Codec codec,
Object value,
long ttl,
TimeUnit timeUnit,
String transactionId,
long threadId) |
Modifier and Type | Method and Description |
---|---|
void |
commit(CommandAsyncExecutor commandExecutor) |
TimeUnit |
getTimeUnit() |
long |
getTTL() |
Object |
getValue() |
void |
rollback(CommandAsyncExecutor commandExecutor) |
getLock, getLock
getCodec, getName
public AddCacheOperation(RObject set, Object value, String transactionId, long threadId)
public AddCacheOperation(RObject set, Object value, long ttl, TimeUnit timeUnit, String transactionId, long threadId)
public void commit(CommandAsyncExecutor commandExecutor)
commit
in class TransactionalOperation
public void rollback(CommandAsyncExecutor commandExecutor)
rollback
in class TransactionalOperation
public Object getValue()
public TimeUnit getTimeUnit()
public long getTTL()
Copyright © 2014–2019 Redisson. All rights reserved.