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, getName
public MoveOperation(RObject set, String destinationName, long threadId, Object value)
public void commit(CommandAsyncExecutor commandExecutor)
commit
in class TransactionalOperation
public void rollback(CommandAsyncExecutor commandExecutor)
rollback
in class TransactionalOperation
public String getDestinationName()
public Object getValue()
public long getThreadId()
Copyright © 2014–2018 The Redisson Project. All rights reserved.