mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 02:52:08 +08:00
修正注释
This commit is contained in:
@@ -8,8 +8,8 @@ public class BackoffUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 需要进行延迟的事件
|
* 需要进行回退的事件信息
|
||||||
* <事件名,延迟结束事件>
|
* <回退事件名,回退结束时间>
|
||||||
*/
|
*/
|
||||||
private static final Map<String, Long> NEED_BACK_OFF_EVENT_MAP = new ConcurrentHashMap<>();
|
private static final Map<String, Long> NEED_BACK_OFF_EVENT_MAP = new ConcurrentHashMap<>();
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ public class BackoffUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 记录延迟设置
|
* 记录回退设置
|
||||||
* @param backoffEventKey 回退事件key
|
* @param backoffEventKey 回退事件key
|
||||||
* @param backoffTimeUnitMs 回退时间(ms)
|
* @param backoffTimeUnitMs 回退时间(ms)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user