Package | Description |
---|---|
cn.hutool.cron.timingwheel |
时间轮实现,重写了kafka的TimingWheel
时间轮一般会实现成一个环形结构,类似一个时钟,分为很多槽,一个槽代表一个时间间隔,每个槽使用双向链表存储定时任务。 |
Modifier and Type | Method and Description |
---|---|
SystemTimer |
SystemTimer.setDelayQueueTimeout(long delayQueueTimeout)
设置执行队列取元素超时时长,单位毫秒
|
SystemTimer |
SystemTimer.start()
启动,异步
|
Copyright © 2024. All rights reserved.