Uses of Enum Class
com.hazelcast.config.ScheduledExecutorConfig.CapacityPolicy
-
Uses of ScheduledExecutorConfig.CapacityPolicy in com.hazelcast.config
Modifier and TypeMethodDescriptionScheduledExecutorConfig.CapacityPolicy.getById
(byte id) ScheduledExecutorConfig.getCapacityPolicy()
Returns the enum constant of this class with the specified name.ScheduledExecutorConfig.CapacityPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionScheduledExecutorConfig.setCapacityPolicy
(ScheduledExecutorConfig.CapacityPolicy capacityPolicy) Set the capacity policy for the configured capacity value To prevent any undesirable data-loss, capacity is ignored during partition migrations, the count is updated accordingly, however the rejection is not enforced.ModifierConstructorDescriptionScheduledExecutorConfig
(String name, int durability, int capacity, int poolSize, String splitBrainProtectionName, MergePolicyConfig mergePolicyConfig, ScheduledExecutorConfig.CapacityPolicy capacityPolicy, boolean statisticsEnabled, String userCodeNamespace)