public class MoveOperation extends TransactionalOperation
codec, name| Constructor and Description |
|---|
MoveOperation(RObject set,
String destinationName,
long threadId,
Object value) |
MoveOperation(String name,
Codec codec,
String destinationName,
long threadId,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit(CommandAsyncExecutor commandExecutor) |
String |
getDestinationName() |
long |
getThreadId() |
Object |
getValue() |
void |
rollback(CommandAsyncExecutor commandExecutor) |
getCodec, getNamepublic MoveOperation(RObject set, String destinationName, long threadId, Object value)
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–2018 The Redisson Project. All rights reserved.