Class SetOperation
java.lang.Object
org.redisson.transaction.operation.TransactionalOperation
org.redisson.transaction.operation.set.SetOperation
- Direct Known Subclasses:
AddCacheOperation,AddOperation,MoveOperation,RemoveCacheOperation,RemoveOperation
- Author:
- Nikita Koksharov
-
Field Summary
Fields inherited from class org.redisson.transaction.operation.TransactionalOperation
codec, name, threadId -
Constructor Summary
ConstructorsConstructorDescriptionSetOperation(String name, Codec codec, String transactionId) SetOperation(String name, Codec codec, String transactionId, long threadId) -
Method Summary
Modifier and TypeMethodDescriptionprotected RLockgetLock(RSet<?> setCache, CommandAsyncExecutor commandExecutor, Object value) protected RLockgetLock(RSetCache<?> setCache, CommandAsyncExecutor commandExecutor, Object value) protected RLockgetReadLock(String readLockName, CommandAsyncExecutor commandExecutor) Methods inherited from class org.redisson.transaction.operation.TransactionalOperation
commit, getCodec, getName, getThreadId, rollback
-
Constructor Details
-
SetOperation
-
SetOperation
-
-
Method Details
-
getLock
-
getLock
-
getReadLock
-