java schedule a callable at pseudo 'fixed' rate (bell curve distribution for example)

点点圈 提交于 2019-12-01 12:09:41

Invoke another Runnable at fixed schedules (for example 10 min) and let it configure random scheduler's next execution randomly still managing randomness

using schedule();

For example: first column shows execution of fixed scheduler which determines when to execute managed random scheduler

0    1
5    7
10   11
15   18
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!