Uses of Class
com.hazelcast.config.ScheduledExecutorConfig
-
Uses of ScheduledExecutorConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.findScheduledExecutorConfig
(String name) Returns a read-only scheduled executor configuration for the given name.Config.getScheduledExecutorConfig
(String name) Returns the ScheduledExecutorConfig for the given name, creating one if necessary and adding it to the collection of known configurations.ScheduledExecutorConfig.setCapacity
(int capacity) Sets the capacity of the executor The capacity represents the maximum number of tasks that a scheduler can have at any given point in time per partition or per node according to the capacity policy.ScheduledExecutorConfig.setCapacityPolicy
(ScheduledExecutorConfig.CapacityPolicy capacityPolicy) Set the capacity policy for the configured capacity valueScheduledExecutorConfig.setDurability
(int durability) Sets the durability of the executor The durability represents the number of replicas that exist in a cluster for any given partition-owned task.ScheduledExecutorConfig.setMergePolicyConfig
(MergePolicyConfig mergePolicyConfig) Sets theMergePolicyConfig
for the scheduler.Sets the name of the executor task.ScheduledExecutorConfig.setPoolSize
(int poolSize) Sets the number of executor threads per member for the executor.ScheduledExecutorConfig.setSplitBrainProtectionName
(String splitBrainProtectionName) Sets the split brain protection name for operations.ScheduledExecutorConfig.setStatisticsEnabled
(boolean statisticsEnabled) Enables or disables statistics gathering on the executor task.ScheduledExecutorConfig.setUserCodeNamespace
(String userCodeNamespace) Associates the provided Namespace Name with this structure forClassLoader
awareness.Modifier and TypeMethodDescriptionConfig.getScheduledExecutorConfigs()
Returns the map of scheduled executor configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addScheduledExecutorConfig
(ScheduledExecutorConfig scheduledExecutorConfig) Adds the scheduled executor configuration.Modifier and TypeMethodDescriptionConfig.setScheduledExecutorConfigs
(Map<String, ScheduledExecutorConfig> scheduledExecutorConfigs) Sets the map of scheduled executor configurations, mapped by config name.