Package | Description |
---|---|
com.hazelcast.config.cp |
This package contains configuration classes
for the
CPSubsystem |
Modifier and Type | Method and Description |
---|---|
CPSemaphoreConfig |
CPSubsystemConfig.findSemaphoreConfig(String name)
Returns the CP
ISemaphore configuration for the given name. |
CPSemaphoreConfig |
CPSemaphoreConfig.setJDKCompatible(boolean jdkCompatible)
Sets JDK compatibility mode of the CP
ISemaphore |
CPSemaphoreConfig |
CPSemaphoreConfig.setName(String name)
Sets name of the semaphore
|
Modifier and Type | Method and Description |
---|---|
Map<String,CPSemaphoreConfig> |
CPSubsystemConfig.getSemaphoreConfigs()
Returns the map of CP
ISemaphore configurations |
Modifier and Type | Method and Description |
---|---|
CPSubsystemConfig |
CPSubsystemConfig.addSemaphoreConfig(CPSemaphoreConfig cpSemaphoreConfig)
Adds the CP
ISemaphore configuration. |
Modifier and Type | Method and Description |
---|---|
CPSubsystemConfig |
CPSubsystemConfig.setSemaphoreConfigs(Map<String,CPSemaphoreConfig> cpSemaphoreConfigs)
Sets the map of CP
ISemaphore configurations,
mapped by config name. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.