public class BucketsTrySetOperation extends TransactionalOperation
codec, name| Constructor and Description |
|---|
BucketsTrySetOperation(Codec codec,
Map<String,Object> values,
String transactionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit(CommandAsyncExecutor commandExecutor) |
Map<String,Object> |
getValues() |
void |
rollback(CommandAsyncExecutor commandExecutor) |
protected void |
unlock(CommandAsyncExecutor commandExecutor) |
getCodec, getNamepublic void commit(CommandAsyncExecutor commandExecutor)
commit in class TransactionalOperationprotected void unlock(CommandAsyncExecutor commandExecutor)
public void rollback(CommandAsyncExecutor commandExecutor)
rollback in class TransactionalOperationCopyright © 2014–2021 Redisson. All rights reserved.