Class SetOperation
- java.lang.Object
-
- org.redisson.transaction.operation.TransactionalOperation
-
- org.redisson.transaction.operation.set.SetOperation
-
- Direct Known Subclasses:
AddCacheOperation
,AddOperation
,MoveOperation
,RemoveCacheOperation
,RemoveOperation
public abstract class SetOperation extends TransactionalOperation
- Author:
- Nikita Koksharov
-
-
Field Summary
-
Fields inherited from class org.redisson.transaction.operation.TransactionalOperation
codec, name, threadId
-
-
Constructor Summary
Constructors Constructor Description SetOperation(String name, Codec codec, String transactionId)
SetOperation(String name, Codec codec, String transactionId, long threadId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RLock
getLock(RSet<?> setCache, CommandAsyncExecutor commandExecutor, Object value)
protected RLock
getLock(RSetCache<?> setCache, CommandAsyncExecutor commandExecutor, Object value)
-
Methods inherited from class org.redisson.transaction.operation.TransactionalOperation
commit, getCodec, getName, getThreadId, rollback
-
-
-
-
Method Detail
-
getLock
protected RLock getLock(RSetCache<?> setCache, CommandAsyncExecutor commandExecutor, Object value)
-
getLock
protected RLock getLock(RSet<?> setCache, CommandAsyncExecutor commandExecutor, Object value)
-
-