We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
提供com.dangdang.ddframe.job.plugin.sharding.strategy.OdevitySortByNameJobShardingStrategy分片策略。 根据作业名的哈希值奇偶数决定IP升降序的算法分片策略。
作业名的哈希值为奇数则IP升序。 作业名的哈希值为偶数则IP降序。 用于不同的作业平均分配负载至不同的服务器。 如:
The text was updated successfully, but these errors were encountered:
[Improve] Add new sharding strategy, use odevity of job name's hash code
e5858d9
to decide ip address asc or desc #10
fixed
Sorry, something went wrong.
No branches or pull requests
提供com.dangdang.ddframe.job.plugin.sharding.strategy.OdevitySortByNameJobShardingStrategy分片策略。
根据作业名的哈希值奇偶数决定IP升降序的算法分片策略。
作业名的哈希值为奇数则IP升序。
作业名的哈希值为偶数则IP降序。
用于不同的作业平均分配负载至不同的服务器。
如:
The text was updated successfully, but these errors were encountered: