Uses of Enum Class
org.voltdb.task.TaskScope
Package
Description
Provides classes and interfaces for supporting task creation for execution of procedures and custom java on a
schedule
-
Uses of TaskScope in org.voltdb.task
Modifier and TypeMethodDescriptionstatic TaskScope
TaskScope.fromId
(byte id) static TaskScope
Convert the name of a scope to aTaskScope
instance in a case insensitive way.TaskHelper.getTaskScope()
static TaskScope
Returns the enum constant of this class with the specified name.static TaskScope[]
TaskScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.