| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| 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 | 
ExecutorConfig.setPoolSize(int poolSize)
Sets the number of executor threads per member for the executor. 
 | 
ExecutorConfig | 
ExecutorConfig.setQueueCapacity(int queueCapacity)
Sets the queue capacity of the executor task. 
 | 
ExecutorConfig | 
ExecutorConfig.setSplitBrainProtectionName(String splitBrainProtectionName)
Sets the split brain protection name for operations. 
 | 
ExecutorConfig | 
ExecutorConfig.setStatisticsEnabled(boolean statisticsEnabled)
Enables or disables statistics gathering on the executor task. 
 | 
| 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)  | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.