Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
Modifier and Type | Method and Description |
---|---|
ExecutorConfig |
ClientDynamicClusterConfig.findExecutorConfig(String name) |
ExecutorConfig |
ClientDynamicClusterConfig.getExecutorConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,ExecutorConfig> |
ClientDynamicClusterConfig.getExecutorConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.addExecutorConfig(ExecutorConfig executorConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setExecutorConfigs(Map<String,ExecutorConfig> executorConfigs) |
Modifier and Type | Class and Description |
---|---|
class |
ExecutorConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
ExecutorConfig |
Config.findExecutorConfig(String name)
Returns a read-only executor configuration for the given name.
|
ExecutorConfig |
Config.getExecutorConfig(String name)
Returns the ExecutorConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
|
ExecutorConfig |
ExecutorConfig.setName(String name)
Sets the name of the executor task.
|
ExecutorConfig |
ExecutorConfigReadOnly.setName(String name)
Deprecated.
|
ExecutorConfig |
ExecutorConfig.setPoolSize(int poolSize)
Sets the number of executor threads per member for the executor.
|
ExecutorConfig |
ExecutorConfigReadOnly.setPoolSize(int poolSize)
Deprecated.
|
ExecutorConfig |
ExecutorConfig.setQueueCapacity(int queueCapacity)
Sets the queue capacity of the executor task.
|
ExecutorConfig |
ExecutorConfigReadOnly.setQueueCapacity(int queueCapacity)
Deprecated.
|
ExecutorConfig |
ExecutorConfig.setQuorumName(String quorumName)
Sets the quorum name for operations.
|
ExecutorConfig |
ExecutorConfigReadOnly.setQuorumName(String quorumName)
Deprecated.
|
ExecutorConfig |
ExecutorConfig.setStatisticsEnabled(boolean statisticsEnabled)
Enables or disables statistics gathering on the executor task.
|
ExecutorConfig |
ExecutorConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ExecutorConfig> |
Config.getExecutorConfigs()
Returns the map of executor configurations, mapped by config name.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.addExecutorConfig(ExecutorConfig executorConfig)
Adds the executor configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setExecutorConfigs(Map<String,ExecutorConfig> executorConfigs)
Sets the map of executor configurations, mapped by config name.
|
Constructor and Description |
---|
ExecutorConfig(ExecutorConfig config) |
ExecutorConfigReadOnly(ExecutorConfig config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExecutorConfig |
DynamicConfigurationAwareConfig.findExecutorConfig(String name) |
ExecutorConfig |
ClusterWideConfigurationService.findExecutorConfig(String name) |
ExecutorConfig |
ConfigurationService.findExecutorConfig(String name)
Finds existing Executor config.
|
ExecutorConfig |
DynamicConfigurationAwareConfig.getExecutorConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,ExecutorConfig> |
DynamicConfigurationAwareConfig.getExecutorConfigs() |
ConcurrentMap<String,ExecutorConfig> |
ClusterWideConfigurationService.getExecutorConfigs() |
Map<String,ExecutorConfig> |
ConfigurationService.getExecutorConfigs()
Returns all registered executor configurations.
|
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.addExecutorConfig(ExecutorConfig executorConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setExecutorConfigs(Map<String,ExecutorConfig> executorConfigs) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.