Uses of Package
org.voltdb.task

Packages that use org.voltdb.task
Package
Description
Provides classes and interfaces for supporting task creation for execution of procedures and custom java on a schedule
  • Classes in org.voltdb.task used by org.voltdb.task
    Class
    Description
    Class 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 an IntervalGenerator or ActionScheduler
    Enum used to describe the type of the Action.
    Base interface for all interfaces of classes which are supplied to the TaskManager for construction and initialization
    Class 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 a Task can run