Uses of Interface
org.voltdb.task.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
Modifier and TypeInterfaceDescriptioninterface
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 forActionGenerator
andActionScheduler
to define methods which appear in bothinterface
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