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