|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.setName(String name)
|
SemaphoreConfig |
SemaphoreConfig.setSize(int size)
|
| 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 |
Config |
Config.setSemaphoreConfig(SemaphoreConfig semaphoreConfig)
Deprecated. use addSemaphoreConfig instead |
| Method parameters in com.hazelcast.config with type arguments of type SemaphoreConfig | |
|---|---|
void |
Config.setSemaphoreConfigMap(Map<String,SemaphoreConfig> mapSemaphores)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||