public class AddOperation extends SetOperation
codec, name| Constructor and Description |
|---|
AddOperation(RObject set,
Object value,
String transactionId) |
AddOperation(String name,
Codec codec,
Object value,
String transactionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit(CommandAsyncExecutor commandExecutor) |
Object |
getValue() |
void |
rollback(CommandAsyncExecutor commandExecutor) |
getLock, getLockgetCodec, getNamepublic void commit(CommandAsyncExecutor commandExecutor)
commit in class TransactionalOperationpublic void rollback(CommandAsyncExecutor commandExecutor)
rollback in class TransactionalOperationpublic Object getValue()
Copyright © 2014–2019 Redisson. All rights reserved.