Uses of Class
com.hazelcast.config.SemaphoreConfig

Packages that use SemaphoreConfig
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

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.setAsyncBackupCount(int asyncBackupCount)
          Sets the number of asynchronous backups.
 SemaphoreConfig SemaphoreConfig.setBackupCount(int backupCount)
          Sets the number of synchronous backups.
 SemaphoreConfig SemaphoreConfig.setInitialPermits(int initialPermits)
          Sets the initial number of permits.
 SemaphoreConfig SemaphoreConfig.setName(String name)
          Sets the name of the semaphore.
 

Methods in com.hazelcast.config that return types with arguments of type SemaphoreConfig
 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
 Config Config.setSemaphoreConfigs(Map<String,SemaphoreConfig> semaphoreConfigs)
           
 

Constructors in com.hazelcast.config with parameters of type SemaphoreConfig
SemaphoreConfig(SemaphoreConfig config)
          Creates a SemaphoreConfig by cloning another one.
 



Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.