Uses of Record Class
com.loomcache.common.config.QueueConfig
Packages that use QueueConfig
Package
Description
Multi-Raft sharding infrastructure for LoomCache.
-
Uses of QueueConfig in com.loomcache.common.config
Fields in com.loomcache.common.config declared as QueueConfigMethods in com.loomcache.common.config that return QueueConfigMethods in com.loomcache.common.config that return types with arguments of type QueueConfigMethods in com.loomcache.common.config with parameters of type QueueConfigModifier and TypeMethodDescriptionClusterConfig.Builder.queueConfig(String queueName, QueueConfig config) Method parameters in com.loomcache.common.config with type arguments of type QueueConfigModifier and TypeMethodDescriptionClusterConfig.Builder.queueConfigs(Map<String, QueueConfig> queueConfigs) -
Uses of QueueConfig in com.loomcache.server.config
Methods in com.loomcache.server.config that return types with arguments of type QueueConfigMethods in com.loomcache.server.config with parameters of type QueueConfigModifier and TypeMethodDescriptionLoomConfig.Builder.queueConfig(String queueName, QueueConfig config) Method parameters in com.loomcache.server.config with type arguments of type QueueConfigModifier and TypeMethodDescriptionLoomConfig.Builder.queueConfigs(Map<String, QueueConfig> queueConfigs) -
Uses of QueueConfig in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return types with arguments of type QueueConfigMethod parameters in com.loomcache.server.datastructures with type arguments of type QueueConfigModifier and TypeMethodDescriptionvoidDataStructureRegistry.setQueueConfigs(Map<String, QueueConfig> configs) -
Uses of QueueConfig in com.loomcache.server.sharding
Method parameters in com.loomcache.server.sharding with type arguments of type QueueConfigModifier and TypeMethodDescriptionvoidShardedDataStructureRegistry.setQueueConfigs(Map<String, QueueConfig> configs)