Uses of Class
org.redisson.RedissonLockEntry
-
Packages that use RedissonLockEntry Package Description org.redisson org.redisson.pubsub -
-
Uses of RedissonLockEntry in org.redisson
Methods in org.redisson that return types with arguments of type RedissonLockEntry Modifier and Type Method Description RPromise<RedissonLockEntry>
RedissonLockEntry. getPromise()
protected RFuture<RedissonLockEntry>
RedissonFairLock. subscribe(long threadId)
protected RFuture<RedissonLockEntry>
RedissonLock. subscribe(long threadId)
Method parameters in org.redisson with type arguments of type RedissonLockEntry Modifier and Type Method Description protected void
RedissonFairLock. unsubscribe(RFuture<RedissonLockEntry> future, long threadId)
protected void
RedissonLock. unsubscribe(RFuture<RedissonLockEntry> future, long threadId)
Constructor parameters in org.redisson with type arguments of type RedissonLockEntry Constructor Description RedissonLockEntry(RPromise<RedissonLockEntry> promise)
-
Uses of RedissonLockEntry in org.redisson.pubsub
Methods in org.redisson.pubsub that return RedissonLockEntry Modifier and Type Method Description protected RedissonLockEntry
LockPubSub. createEntry(RPromise<RedissonLockEntry> newPromise)
protected RedissonLockEntry
SemaphorePubSub. createEntry(RPromise<RedissonLockEntry> newPromise)
Methods in org.redisson.pubsub with parameters of type RedissonLockEntry Modifier and Type Method Description protected void
LockPubSub. onMessage(RedissonLockEntry value, Long message)
protected void
SemaphorePubSub. onMessage(RedissonLockEntry value, Long message)
Method parameters in org.redisson.pubsub with type arguments of type RedissonLockEntry Modifier and Type Method Description protected RedissonLockEntry
LockPubSub. createEntry(RPromise<RedissonLockEntry> newPromise)
protected RedissonLockEntry
SemaphorePubSub. createEntry(RPromise<RedissonLockEntry> newPromise)
-