Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.concurrent.semaphore |
This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore . |
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
Modifier and Type | Method and Description |
---|---|
SemaphoreConfig |
ClientDynamicClusterConfig.findSemaphoreConfig(String name) |
SemaphoreConfig |
ClientDynamicClusterConfig.getSemaphoreConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<SemaphoreConfig> |
ClientDynamicClusterConfig.getSemaphoreConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.addSemaphoreConfig(SemaphoreConfig semaphoreConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setSemaphoreConfigs(Map<String,SemaphoreConfig> semaphoreConfigs) |
Constructor and Description |
---|
SemaphoreContainer(int partitionId,
SemaphoreConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
SemaphoreConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
SemaphoreConfig |
Config.findSemaphoreConfig(String name) |
SemaphoreConfig |
Config.getSemaphoreConfig(String name)
Returns the SemaphoreConfig for the given name
|
SemaphoreConfig |
SemaphoreConfigReadOnly.setAsyncBackupCount(int asyncBackupCount)
Deprecated.
|
SemaphoreConfig |
SemaphoreConfig.setAsyncBackupCount(int asyncBackupCount)
Sets the number of asynchronous backups.
|
SemaphoreConfig |
SemaphoreConfigReadOnly.setBackupCount(int backupCount)
Deprecated.
|
SemaphoreConfig |
SemaphoreConfig.setBackupCount(int backupCount)
Sets the number of synchronous backups.
|
SemaphoreConfig |
SemaphoreConfigReadOnly.setInitialPermits(int initialPermits)
Deprecated.
|
SemaphoreConfig |
SemaphoreConfig.setInitialPermits(int initialPermits)
Sets the initial number of permits.
|
SemaphoreConfig |
SemaphoreConfigReadOnly.setName(String name)
Deprecated.
|
SemaphoreConfig |
SemaphoreConfig.setName(String name)
Sets the name of the semaphore.
|
Modifier and Type | Method and Description |
---|---|
Collection<SemaphoreConfig> |
Config.getSemaphoreConfigs()
Returns the collection of semaphore configs.
|
Map<String,SemaphoreConfig> |
Config.getSemaphoreConfigsAsMap() |
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.setSemaphoreConfigs(Map<String,SemaphoreConfig> semaphoreConfigs) |
Constructor and Description |
---|
SemaphoreConfig(SemaphoreConfig config)
Creates a SemaphoreConfig by cloning another one.
|
SemaphoreConfigReadOnly(SemaphoreConfig config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SemaphoreConfig |
DynamicConfigurationAwareConfig.findSemaphoreConfig(String name) |
SemaphoreConfig |
ClusterWideConfigurationService.findSemaphoreConfig(String name) |
SemaphoreConfig |
ConfigurationService.findSemaphoreConfig(String name)
Find existing Semaphore Config
|
SemaphoreConfig |
DynamicConfigurationAwareConfig.getSemaphoreConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<SemaphoreConfig> |
DynamicConfigurationAwareConfig.getSemaphoreConfigs() |
ConcurrentMap<String,SemaphoreConfig> |
ClusterWideConfigurationService.getSemaphoreConfigs() |
Map<String,SemaphoreConfig> |
ConfigurationService.getSemaphoreConfigs()
Return all registered semaphore configurations.
|
Map<String,SemaphoreConfig> |
DynamicConfigurationAwareConfig.getSemaphoreConfigsAsMap() |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.addSemaphoreConfig(SemaphoreConfig semaphoreConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setSemaphoreConfigs(Map<String,SemaphoreConfig> semaphoreConfigs) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.