| Package | Description |
|---|---|
| com.hazelcast.config |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SemaphoreConfig> |
Config.getSemaphoreConfigMap() |
Collection<SemaphoreConfig> |
Config.getSemaphoreConfigs()
Returns the collection of semaphore configs.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.addSemaphoreConfig(SemaphoreConfig semaphoreConfig)
Adds a new SemaphoreConfig by name
|
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.setSemaphoreConfigMap(Map<String,SemaphoreConfig> mapSemaphores) |
| Constructor and Description |
|---|
SemaphoreConfig(String name,
SemaphoreConfig sc) |
Copyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.