本文介绍了Apache的骆驼定时器:"期间" VS"固定利率"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是期和固定利率起来的确切用途?它真的很有道理,因为如果我指定的期间值,那么反正定时器的时间间隔后触发。因此,什么是固定利率标志

What is the exact use of "period" and "fixedRate" together ? does it really make sense because if i specified the "period" value then anyways timer will trigger after that interval. So what is the exact use of "fixedRate" flag?

我很困惑,请帮助我!

推荐答案

您可以阅读java.util.Timer中的在javadoc的API:的

You can read the javadoc api of the java.util.Timer at: http://docs.oracle.com/javase/7/docs/api/java/util/Timer.html

他们解释固定利率和延迟。

They explain the difference between fixed rate and delayed.

这篇关于Apache的骆驼定时器:"期间" VS"固定利率"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-16 01:17