Uses of Class
org.voltdb.task.Interval
Package
Description
Provides classes and interfaces for supporting task creation for execution of procedures and custom java on a
schedule
-
Uses of Interval in org.voltdb.task
Modifier and TypeMethodDescriptionIntervalGenerator.getFirstInterval()
This method is invoked only once to obtain the first interval.ModifierConstructorDescriptionInterval
(long interval, TimeUnit timeUnit, Function<ActionResult, Interval> m_callback)