Uses of Class
com.hazelcast.config.cp.SemaphoreConfig
-
Uses of SemaphoreConfig in com.hazelcast.config.cp
Modifier and TypeMethodDescriptionCPSubsystemConfig.findSemaphoreConfig
(String name) Returns the CPISemaphore
configuration for the given name.SemaphoreConfig.setInitialPermits
(int initialPermits) Sets initial permit count of the SemaphoreSemaphoreConfig.setJDKCompatible
(boolean jdkCompatible) Sets JDK compatibility mode of CP ISemaphoreSets the name of CP ISemaphoreModifier and TypeMethodDescriptionCPSubsystemConfig.getSemaphoreConfigs()
Returns the map of CPISemaphore
configurationsModifier and TypeMethodDescriptionCPSubsystemConfig.addSemaphoreConfig
(SemaphoreConfig semaphoreConfig) Adds the CPISemaphore
configuration.Modifier and TypeMethodDescriptionCPSubsystemConfig.setSemaphoreConfigs
(Map<String, SemaphoreConfig> semaphoreConfigs) Sets the map of CPISemaphore
configurations, mapped by config name.