Uses of Class
com.hazelcast.config.ExecutorConfig
Packages that use ExecutorConfig
-
Uses of ExecutorConfig in com.hazelcast.config
Methods in com.hazelcast.config that return ExecutorConfigModifier 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.Methods in com.hazelcast.config that return types with arguments of type ExecutorConfigModifier and TypeMethodDescriptionConfig.getExecutorConfigs()
Returns the map of executor configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type ExecutorConfigModifier and TypeMethodDescriptionConfig.addExecutorConfig
(ExecutorConfig executorConfig) Adds the executor configuration.Method parameters in com.hazelcast.config with type arguments of type ExecutorConfigModifier and TypeMethodDescriptionConfig.setExecutorConfigs
(Map<String, ExecutorConfig> executorConfigs) Sets the map of executor configurations, mapped by config name.Constructors in com.hazelcast.config with parameters of type ExecutorConfig