Uses of Class
com.hazelcast.config.ExecutorConfig
-
Uses of ExecutorConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.findExecutorConfig
(String name) Returns a read-only executor configuration for the given name.Config.getExecutorConfig
(String name) Returns the ExecutorConfig for the given name, creating one if necessary and adding it to the collection of known configurations.Sets the name of the executor task.ExecutorConfig.setPoolSize
(int poolSize) Sets the number of executor threads per member for the executor.ExecutorConfig.setQueueCapacity
(int queueCapacity) Sets the queue capacity of the executor task.ExecutorConfig.setSplitBrainProtectionName
(String splitBrainProtectionName) Sets the split brain protection name for operations.ExecutorConfig.setStatisticsEnabled
(boolean statisticsEnabled) Enables or disables statistics gathering on the executor task.ExecutorConfig.setUserCodeNamespace
(String userCodeNamespace) Associates the provided Namespace Name with this structure forClassLoader
awareness.Modifier and TypeMethodDescriptionConfig.getExecutorConfigs()
Returns the map of executor configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addExecutorConfig
(ExecutorConfig executorConfig) Adds the executor configuration.Modifier and TypeMethodDescriptionConfig.setExecutorConfigs
(Map<String, ExecutorConfig> executorConfigs) Sets the map of executor configurations, mapped by config name.