public class RemoveCacheOperation extends TransactionalOperation
codec, name
Constructor and Description |
---|
RemoveCacheOperation(RObject set,
Object value) |
RemoveCacheOperation(String name,
Codec codec,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
commit(CommandAsyncExecutor commandExecutor) |
Object |
getValue() |
void |
rollback(CommandAsyncExecutor commandExecutor) |
getCodec, getName
public void commit(CommandAsyncExecutor commandExecutor)
commit
in class TransactionalOperation
public void rollback(CommandAsyncExecutor commandExecutor)
rollback
in class TransactionalOperation
public Object getValue()
Copyright © 2014–2018 The Redisson Project. All rights reserved.