Uses of Class
com.hazelcast.config.SemaphoreConfig

Packages that use SemaphoreConfig
com.hazelcast.config   
 

Uses of SemaphoreConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return SemaphoreConfig
 SemaphoreConfig Config.getSemaphoreConfig(String name)
          Returns the SemaphoreConfig for the given name
 SemaphoreConfig SemaphoreConfig.setFactoryClassName(String factoryClassName)
           
 SemaphoreConfig SemaphoreConfig.setFactoryEnabled(boolean factoryEnabled)
           
 SemaphoreConfig SemaphoreConfig.setFactoryImplementation(SemaphoreFactory factoryImplementation)
           
 SemaphoreConfig SemaphoreConfig.setInitialPermits(int initialPermits)
           
 

Methods in com.hazelcast.config that return types with arguments of type SemaphoreConfig
 Map<String,SemaphoreConfig> Config.getSemaphoreConfigMap()
           
 Collection<SemaphoreConfig> Config.getSemaphoreConfigs()
          Returns the collection of semaphore configs.
 

Methods in com.hazelcast.config with parameters of type SemaphoreConfig
 Config Config.addSemaphoreConfig(SemaphoreConfig semaphoreConfig)
          Adds a new SemaphoreConfig by name
 

Method parameters in com.hazelcast.config with type arguments of type SemaphoreConfig
 void Config.setSemaphoreConfigMap(Map<String,SemaphoreConfig> mapSemaphores)
           
 

Constructors in com.hazelcast.config with parameters of type SemaphoreConfig
SemaphoreConfig(String name, SemaphoreConfig sc)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.