Uses of Class
com.loomcache.server.datastructures.DistributedQueue
Packages that use DistributedQueue
Package
Description
-
Uses of DistributedQueue in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return DistributedQueueModifier and TypeMethodDescriptionDataStructureRegistry.getOrCreateQueue(String name) @Nullable DistributedQueue<String> Methods in com.loomcache.server.datastructures with parameters of type DistributedQueueModifier and TypeMethodDescriptionvoidDataStructureRegistry.registerQueue(String name, DistributedQueue<String> queue) booleanDataStructureRegistry.removeQueueIfSame(String name, DistributedQueue<String> queue) -
Uses of DistributedQueue in com.loomcache.server.embedded
Methods in com.loomcache.server.embedded that return DistributedQueueModifier and TypeMethodDescriptionGet or create a distributed queue. -
Uses of DistributedQueue in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return DistributedQueueModifier and TypeMethodDescriptionCacheNodeConfig.defaultQueue(CacheNode cacheNode) Create default distributed queue bean, resolved from the node's registry so it shares state with the rest of the embedded server. -
Uses of DistributedQueue in com.loomcache.springboot.controller
Constructors in com.loomcache.springboot.controller with parameters of type DistributedQueueModifierConstructorDescriptionQueueController(DistributedQueue<String> defaultQueue) Create a QueueController with a DistributedQueue.