Uses of Package
org.voltdb.task
Package
Description
Provides classes and interfaces for supporting task creation for execution of procedures and custom java on a
schedule
-
ClassDescriptionClass which defines an action to be taken as well as a callback to be invoked when that action has been performed.The result of executing an
Action
which was produed by either anIntervalGenerator
orActionScheduler
Enum used to describe the type of theAction
.Base interface for all interfaces of classes which are supplied to theTaskManager
for construction and initializationClass to represent the time interval which should elapse before an action is performed.Class which describes an interval, an action to perform after that interval and a callback which should be invoked after the action has been performed.Enum to represent the different scopes in which aTask
can run