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