Uses of Interface
org.voltdb.task.Initializable

Packages that use Initializable
Package
Description
Provides classes and interfaces for supporting task creation for execution of procedures and custom java on a schedule
  • Uses of Initializable in org.voltdb.task

    Subinterfaces of Initializable in org.voltdb.task
    Modifier and Type
    Interface
    Description
    interface 
    Interface which generates actions to be be performed as part of a task on a schedule
    (package private) interface 
    org.voltdb.task.ActionGeneratorBase
    Base interface for ActionGenerator and ActionScheduler to define methods which appear in both
    interface 
    Interface which generates actions to be performed as well as calculating the interval that should elapse before the action is performed.
    interface 
    Interface which calculates the time interval which should elapse until the next action should be performed