Uses of Class
com.hazelcast.config.QueueConfig

Packages that use QueueConfig
com.hazelcast.config   
 

Uses of QueueConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return QueueConfig
 QueueConfig Config.findMatchingQueueConfig(String name)
           
 QueueConfig Config.getQueueConfig(String name)
           
 QueueConfig QueueConfig.setBackingMapRef(String backingMapRef)
           
 QueueConfig QueueConfig.setMaxSizePerJVM(int maxSizePerJVM)
           
 QueueConfig QueueConfig.setName(String name)
           
 

Methods in com.hazelcast.config that return types with arguments of type QueueConfig
 Map<String,QueueConfig> Config.getQConfigs()
           
 

Methods in com.hazelcast.config with parameters of type QueueConfig
 void Config.addQueueConfig(QueueConfig queueConfig)
           
 boolean QueueConfig.isCompatible(QueueConfig queueConfig)
           
 

Method parameters in com.hazelcast.config with type arguments of type QueueConfig
 Config Config.setMapQConfigs(Map<String,QueueConfig> mapQConfigs)
           
 void Config.setQConfigs(Map<String,QueueConfig> mapQConfigs)
           
 

Constructors in com.hazelcast.config with parameters of type QueueConfig
QueueConfig(QueueConfig config)
           
 



Copyright .9.4-SNAPSHOT; 2008-2011 Hazel Ltd. All Rights Reserved.