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 CompletableFuture<RedissonLockEntry>RedissonLockEntry. getPromise()protected CompletableFuture<RedissonLockEntry>RedissonFairLock. subscribe(long threadId)protected CompletableFuture<RedissonLockEntry>RedissonLock. subscribe(long threadId)Methods in org.redisson with parameters of type RedissonLockEntry Modifier and Type Method Description protected voidRedissonFairLock. unsubscribe(RedissonLockEntry entry, long threadId)protected voidRedissonLock. unsubscribe(RedissonLockEntry entry, long threadId)Constructor parameters in org.redisson with type arguments of type RedissonLockEntry Constructor Description RedissonLockEntry(CompletableFuture<RedissonLockEntry> promise) -
Uses of RedissonLockEntry in org.redisson.pubsub
Methods in org.redisson.pubsub that return RedissonLockEntry Modifier and Type Method Description protected RedissonLockEntryLockPubSub. createEntry(CompletableFuture<RedissonLockEntry> newPromise)protected RedissonLockEntrySemaphorePubSub. createEntry(CompletableFuture<RedissonLockEntry> newPromise)Methods in org.redisson.pubsub with parameters of type RedissonLockEntry Modifier and Type Method Description protected voidLockPubSub. onMessage(RedissonLockEntry value, Long message)protected voidSemaphorePubSub. onMessage(RedissonLockEntry value, Long message)Method parameters in org.redisson.pubsub with type arguments of type RedissonLockEntry Modifier and Type Method Description protected RedissonLockEntryLockPubSub. createEntry(CompletableFuture<RedissonLockEntry> newPromise)protected RedissonLockEntrySemaphorePubSub. createEntry(CompletableFuture<RedissonLockEntry> newPromise)
-