Uses of Class
com.hazelcast.config.SemaphoreConfig

Packages that use SemaphoreConfig
com.hazelcast.concurrent.semaphore This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of SemaphoreConfig in com.hazelcast.concurrent.semaphore
 

Constructors in com.hazelcast.concurrent.semaphore with parameters of type SemaphoreConfig
Permit(int partitionId, SemaphoreConfig config)
           
 

Uses of SemaphoreConfig in com.hazelcast.config
 

Subclasses of SemaphoreConfig in com.hazelcast.config
 class SemaphoreConfigReadOnly
          Contains configuration for Semaphore(read only)
 

Methods in com.hazelcast.config that return SemaphoreConfig
 SemaphoreConfig Config.findSemaphoreConfig(String name)
           
 SemaphoreConfig Config.getSemaphoreConfig(String name)
          Returns the SemaphoreConfig for the given name
 SemaphoreConfig SemaphoreConfigReadOnly.setAsyncBackupCount(int asyncBackupCount)
           
 SemaphoreConfig SemaphoreConfig.setAsyncBackupCount(int asyncBackupCount)
          Sets the number of asynchronous backups.
 SemaphoreConfig SemaphoreConfigReadOnly.setBackupCount(int backupCount)
           
 SemaphoreConfig SemaphoreConfig.setBackupCount(int backupCount)
          Sets the number of synchronous backups.
 SemaphoreConfig SemaphoreConfigReadOnly.setInitialPermits(int initialPermits)
           
 SemaphoreConfig SemaphoreConfig.setInitialPermits(int initialPermits)
          Sets the initial number of permits.
 SemaphoreConfig SemaphoreConfigReadOnly.setName(String name)
           
 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.
SemaphoreConfigReadOnly(SemaphoreConfig config)
           
 



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