Uses of Class
com.hazelcast.config.DurableExecutorConfig
-
Uses of DurableExecutorConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.findDurableExecutorConfig
(String name) Returns a read-only durable executor configuration for the given name.Config.getDurableExecutorConfig
(String name) Returns the DurableExecutorConfig for the given name, creating one if necessary and adding it to the collection of known configurations.DurableExecutorConfig.setCapacity
(int capacity) Sets the ring buffer capacity of the executor task.DurableExecutorConfig.setDurability
(int durability) Sets the durability of the executorSets the name of the executor task.DurableExecutorConfig.setPoolSize
(int poolSize) Sets the number of executor threads per member for the executor.DurableExecutorConfig.setSplitBrainProtectionName
(String splitBrainProtectionName) Sets the split brain protection name for operations.DurableExecutorConfig.setStatisticsEnabled
(boolean statisticsEnabled) Enables or disables statistics gathering on the executor task.DurableExecutorConfig.setUserCodeNamespace
(String userCodeNamespace) Associates the provided Namespace Name with this structure forClassLoader
awareness.Modifier and TypeMethodDescriptionConfig.getDurableExecutorConfigs()
Returns the map of durable executor configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addDurableExecutorConfig
(DurableExecutorConfig durableExecutorConfig) Adds the durable executor configuration.Modifier and TypeMethodDescriptionConfig.setDurableExecutorConfigs
(Map<String, DurableExecutorConfig> durableExecutorConfigs) Sets the map of durable executor configurations, mapped by config name.