Uses of Class
org.redisson.api.Entry
Packages that use Entry
-
Uses of Entry in org.redisson
Methods in org.redisson that return EntryModifier and TypeMethodDescriptionRedissonBlockingDeque.pollFromAnyWithName(Duration timeout, String... queueNames) RedissonBlockingQueue.pollFromAnyWithName(Duration timeout, String... queueNames) RedissonBoundedBlockingQueue.pollFromAnyWithName(Duration timeout, String... queueNames) RedissonPriorityBlockingDeque.pollFromAnyWithName(Duration timeout, String... queueNames) RedissonPriorityBlockingQueue.pollFromAnyWithName(Duration timeout, String... queueNames) RedissonTransferQueue.pollFromAnyWithName(Duration timeout, String... queueNames) Methods in org.redisson that return types with arguments of type EntryModifier and TypeMethodDescriptionRedissonBlockingDeque.pollFromAnyWithNameAsync(Duration timeout, String... queueNames) RedissonBlockingQueue.pollFromAnyWithNameAsync(Duration timeout, String... queueNames) RedissonBoundedBlockingQueue.pollFromAnyWithNameAsync(Duration timeout, String... queueNames) RedissonPriorityBlockingDeque.pollFromAnyWithNameAsync(Duration timeout, String... queueNames) RedissonPriorityBlockingQueue.pollFromAnyWithNameAsync(Duration timeout, String... queueNames) RedissonTransferQueue.pollFromAnyWithNameAsync(Duration timeout, String... queueNames) -
Uses of Entry in org.redisson.api
Methods in org.redisson.api that return EntryModifier and TypeMethodDescriptionRBlockingQueue.pollFromAnyWithName(Duration timeout, String... queueNames) Retrieves and removes first available head element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.Methods in org.redisson.api that return types with arguments of type EntryModifier and TypeMethodDescriptionRBlockingQueueReactive.pollFromAnyWithName(Duration timeout, String... queueNames) Retrieves and removes first available head element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.RBlockingQueueRx.pollFromAnyWithName(Duration timeout, String... queueNames) Retrieves and removes first available head element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.RBlockingQueueAsync.pollFromAnyWithNameAsync(Duration timeout, String... queueNames) Retrieves and removes first available head element of any queue in async mode, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.