Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutorConfigReadOnly
Configuration for Executor(Read Only)
|
Modifier and Type | Method and Description |
---|---|
ExecutorConfig |
Config.findExecutorConfig(String name) |
ExecutorConfig |
Config.getExecutorConfig(String name)
Returns the ExecutorConfig for the given name
|
ExecutorConfig |
ExecutorConfig.setName(String name)
Sets the name of the executor task.
|
ExecutorConfig |
ExecutorConfigReadOnly.setName(String name) |
ExecutorConfig |
ExecutorConfig.setPoolSize(int poolSize)
Sets the number of executor threads per member for the executor.
|
ExecutorConfig |
ExecutorConfigReadOnly.setPoolSize(int poolSize) |
ExecutorConfig |
ExecutorConfig.setQueueCapacity(int queueCapacity)
Sets the queue capacity of the executor task.
|
ExecutorConfig |
ExecutorConfigReadOnly.setQueueCapacity(int queueCapacity) |
ExecutorConfig |
ExecutorConfig.setStatisticsEnabled(boolean statisticsEnabled)
Enables or disables statistics gathering on the executor task.
|
ExecutorConfig |
ExecutorConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled) |
Modifier and Type | Method and Description |
---|---|
Map<String,ExecutorConfig> |
Config.getExecutorConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addExecutorConfig(ExecutorConfig executorConfig)
Adds a new ExecutorConfig by name
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setExecutorConfigs(Map<String,ExecutorConfig> executorConfigs) |
Constructor and Description |
---|
ExecutorConfig(ExecutorConfig config) |
ExecutorConfigReadOnly(ExecutorConfig config) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.