Uses of Record Class
com.loomcache.common.config.PriorityQueueConfig
Packages that use PriorityQueueConfig
Package
Description
Multi-Raft sharding infrastructure for LoomCache.
-
Uses of PriorityQueueConfig in com.loomcache.common.config
Fields in com.loomcache.common.config declared as PriorityQueueConfigMethods in com.loomcache.common.config that return PriorityQueueConfigMethods in com.loomcache.common.config that return types with arguments of type PriorityQueueConfigMethods in com.loomcache.common.config with parameters of type PriorityQueueConfigModifier and TypeMethodDescriptionClusterConfig.Builder.priorityQueueConfig(String queueName, PriorityQueueConfig config) Method parameters in com.loomcache.common.config with type arguments of type PriorityQueueConfigModifier and TypeMethodDescriptionClusterConfig.Builder.priorityQueueConfigs(Map<String, PriorityQueueConfig> priorityQueueConfigs) -
Uses of PriorityQueueConfig in com.loomcache.server.config
Methods in com.loomcache.server.config that return types with arguments of type PriorityQueueConfigMethods in com.loomcache.server.config with parameters of type PriorityQueueConfigModifier and TypeMethodDescriptionLoomConfig.Builder.priorityQueueConfig(String queueName, PriorityQueueConfig config) Method parameters in com.loomcache.server.config with type arguments of type PriorityQueueConfigModifier and TypeMethodDescriptionLoomConfig.Builder.priorityQueueConfigs(Map<String, PriorityQueueConfig> priorityQueueConfigs) -
Uses of PriorityQueueConfig in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return types with arguments of type PriorityQueueConfigMethod parameters in com.loomcache.server.datastructures with type arguments of type PriorityQueueConfigModifier and TypeMethodDescriptionvoidDataStructureRegistry.setPriorityQueueConfigs(Map<String, PriorityQueueConfig> configs) -
Uses of PriorityQueueConfig in com.loomcache.server.sharding
Method parameters in com.loomcache.server.sharding with type arguments of type PriorityQueueConfigModifier and TypeMethodDescriptionvoidShardedDataStructureRegistry.setPriorityQueueConfigs(Map<String, PriorityQueueConfig> configs)