Uses of Class
org.voltdb.utils.CompoundErrors
Package
Description
Provides classes and interfaces for supporting task creation for execution of procedures and custom java on a
schedule
-
Uses of CompoundErrors in org.voltdb.task
Modifier and TypeMethodDescriptionvoid
TaskHelper.validateProcedure
(CompoundErrors errors, boolean restrictProcedureByScope, String procedureName, Object[] parameters) Validate that a procedure withname
exists andparameters
are valid for that procedure.