Uses of Class
com.hazelcast.config.DurableExecutorConfig
Packages that use DurableExecutorConfig
-
Uses of DurableExecutorConfig in com.hazelcast.config
Methods in com.hazelcast.config that return DurableExecutorConfigModifier 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.Methods in com.hazelcast.config that return types with arguments of type DurableExecutorConfigModifier and TypeMethodDescriptionConfig.getDurableExecutorConfigs()
Returns the map of durable executor configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type DurableExecutorConfigModifier and TypeMethodDescriptionConfig.addDurableExecutorConfig
(DurableExecutorConfig durableExecutorConfig) Adds the durable executor configuration.Method parameters in com.hazelcast.config with type arguments of type DurableExecutorConfigModifier and TypeMethodDescriptionConfig.setDurableExecutorConfigs
(Map<String, DurableExecutorConfig> durableExecutorConfigs) Sets the map of durable executor configurations, mapped by config name.Constructors in com.hazelcast.config with parameters of type DurableExecutorConfig