Uses of Class
org.redisson.RedissonLockEntry
Packages that use RedissonLockEntry
-
Uses of RedissonLockEntry in org.redisson
Methods in org.redisson that return types with arguments of type RedissonLockEntryModifier and TypeMethodDescriptionRedissonLockEntry.getPromise()protected CompletableFuture<RedissonLockEntry> RedissonFairLock.subscribe(long threadId) protected CompletableFuture<RedissonLockEntry> RedissonLock.subscribe(long threadId) Methods in org.redisson with parameters of type RedissonLockEntryModifier and TypeMethodDescriptionprotected voidRedissonFairLock.unsubscribe(RedissonLockEntry entry, long threadId) protected voidRedissonLock.unsubscribe(RedissonLockEntry entry, long threadId) Constructor parameters in org.redisson with type arguments of type RedissonLockEntry -
Uses of RedissonLockEntry in org.redisson.pubsub
Methods in org.redisson.pubsub that return RedissonLockEntryModifier and TypeMethodDescriptionprotected RedissonLockEntryLockPubSub.createEntry(CompletableFuture<RedissonLockEntry> newPromise) protected RedissonLockEntrySemaphorePubSub.createEntry(CompletableFuture<RedissonLockEntry> newPromise) Methods in org.redisson.pubsub with parameters of type RedissonLockEntryModifier and TypeMethodDescriptionprotected voidLockPubSub.onMessage(RedissonLockEntry value, Long message) protected voidSemaphorePubSub.onMessage(RedissonLockEntry value, Long message) Method parameters in org.redisson.pubsub with type arguments of type RedissonLockEntryModifier and TypeMethodDescriptionprotected RedissonLockEntryLockPubSub.createEntry(CompletableFuture<RedissonLockEntry> newPromise) protected RedissonLockEntrySemaphorePubSub.createEntry(CompletableFuture<RedissonLockEntry> newPromise)