Package org.voltdb.task
Class Interval
java.lang.Object
org.voltdb.task.Interval
Class to represent the time interval which should elapse before an action is performed. Includes an interval and a
callback to retrieve the next interval.
-
Constructor Summary
ConstructorDescriptionInterval
(long interval, TimeUnit timeUnit, Function<ActionResult, Interval> m_callback) -
Method Summary
-
Constructor Details
-
Interval
-
-
Method Details