Uses of Class
org.voltdb.task.Interval
Packages that use 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
Methods in org.voltdb.task that return IntervalModifier and TypeMethodDescriptionIntervalGenerator.getFirstInterval()
This method is invoked only once to obtain the first interval.Methods in org.voltdb.task that return types with arguments of type IntervalMethods in org.voltdb.task with parameters of type IntervalConstructor parameters in org.voltdb.task with type arguments of type IntervalModifierConstructorDescriptionInterval
(long interval, TimeUnit timeUnit, Function<ActionResult, Interval> m_callback)