|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutorConfig | |
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
| Uses of ExecutorConfig in com.hazelcast.config |
|---|
| Subclasses of ExecutorConfig in com.hazelcast.config | |
|---|---|
class |
ExecutorConfigReadOnly
|
| Methods in com.hazelcast.config that return ExecutorConfig | |
|---|---|
ExecutorConfig |
Config.findExecutorConfig(String name)
|
ExecutorConfig |
Config.getExecutorConfig(String name)
Returns the ExecutorConfig for the given name |
ExecutorConfig |
ExecutorConfigReadOnly.setName(String name)
|
ExecutorConfig |
ExecutorConfig.setName(String name)
|
ExecutorConfig |
ExecutorConfigReadOnly.setPoolSize(int poolSize)
|
ExecutorConfig |
ExecutorConfig.setPoolSize(int poolSize)
|
ExecutorConfig |
ExecutorConfigReadOnly.setQueueCapacity(int queueCapacity)
|
ExecutorConfig |
ExecutorConfig.setQueueCapacity(int queueCapacity)
|
ExecutorConfig |
ExecutorConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
|
ExecutorConfig |
ExecutorConfig.setStatisticsEnabled(boolean statisticsEnabled)
|
| Methods in com.hazelcast.config that return types with arguments of type ExecutorConfig | |
|---|---|
Map<String,ExecutorConfig> |
Config.getExecutorConfigs()
|
| Methods in com.hazelcast.config with parameters of type ExecutorConfig | |
|---|---|
Config |
Config.addExecutorConfig(ExecutorConfig executorConfig)
Adds a new ExecutorConfig by name |
| Method parameters in com.hazelcast.config with type arguments of type ExecutorConfig | |
|---|---|
Config |
Config.setExecutorConfigs(Map<String,ExecutorConfig> executorConfigs)
|
| Constructors in com.hazelcast.config with parameters of type ExecutorConfig | |
|---|---|
ExecutorConfig(ExecutorConfig config)
|
|
ExecutorConfigReadOnly(ExecutorConfig config)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||