Uses of Class
com.hazelcast.config.ScheduledExecutorConfig
Packages that use ScheduledExecutorConfig
-
Uses of ScheduledExecutorConfig in com.hazelcast.config
Methods in com.hazelcast.config that return ScheduledExecutorConfigModifier 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 theMergePolicyConfigfor 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 forClassLoaderawareness.Methods in com.hazelcast.config that return types with arguments of type ScheduledExecutorConfigModifier and TypeMethodDescriptionConfig.getScheduledExecutorConfigs()Returns the map of scheduled executor configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type ScheduledExecutorConfigModifier and TypeMethodDescriptionConfig.addScheduledExecutorConfig(ScheduledExecutorConfig scheduledExecutorConfig) Adds the scheduled executor configuration.Method parameters in com.hazelcast.config with type arguments of type ScheduledExecutorConfigModifier and TypeMethodDescriptionConfig.setScheduledExecutorConfigs(Map<String, ScheduledExecutorConfig> scheduledExecutorConfigs) Sets the map of scheduled executor configurations, mapped by config name.Constructors in com.hazelcast.config with parameters of type ScheduledExecutorConfig