|
||||||||||
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
Configuration for Executor(Read Only) |
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 |
ExecutorConfig.setName(String name)
|
ExecutorConfig |
ExecutorConfigReadOnly.setName(String name)
|
ExecutorConfig |
ExecutorConfig.setPoolSize(int poolSize)
|
ExecutorConfig |
ExecutorConfigReadOnly.setPoolSize(int poolSize)
|
ExecutorConfig |
ExecutorConfig.setQueueCapacity(int queueCapacity)
|
ExecutorConfig |
ExecutorConfigReadOnly.setQueueCapacity(int queueCapacity)
|
ExecutorConfig |
ExecutorConfig.setStatisticsEnabled(boolean statisticsEnabled)
|
ExecutorConfig |
ExecutorConfigReadOnly.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 |