Uses of Class
com.hazelcast.config.cp.SemaphoreConfig
Packages that use SemaphoreConfig
-
Uses of SemaphoreConfig in com.hazelcast.config.cp
Methods in com.hazelcast.config.cp that return SemaphoreConfigModifier 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 ISemaphoreMethods in com.hazelcast.config.cp that return types with arguments of type SemaphoreConfigModifier and TypeMethodDescriptionCPSubsystemConfig.getSemaphoreConfigs()
Returns the map of CPISemaphore
configurationsMethods in com.hazelcast.config.cp with parameters of type SemaphoreConfigModifier and TypeMethodDescriptionCPSubsystemConfig.addSemaphoreConfig
(SemaphoreConfig semaphoreConfig) Adds the CPISemaphore
configuration.Method parameters in com.hazelcast.config.cp with type arguments of type SemaphoreConfigModifier and TypeMethodDescriptionCPSubsystemConfig.setSemaphoreConfigs
(Map<String, SemaphoreConfig> semaphoreConfigs) Sets the map of CPISemaphore
configurations, mapped by config name.