-
Method Summary
default boolean
The method will remove a row in auxiliary scheduler table
default boolean
The method will insert a row in auxliary scheduler table for current db time and given version
boolean
Deprecated, for removal: This API element is subject to removal in a future version.
boolean
boolean
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
insertSchedulerRow
default boolean insertSchedulerRow(int version)
The method will insert a row in auxliary scheduler table for current db time and given version
- Parameters:
version - the version of the AuxTableTasksProvided used by this scheduler (value of AuxiliaryTablesBasedTaskProvider.VERSION
- Returns:
true if row has been inserted, false otherwise
-
insertSchedulerRow
Deprecated, for removal: This API element is subject to removal in a future version.
- Parameters:
now - this param is deprecated and will be ignored, see insertSchedulerRow(int)
-
updateSchedulerRow
Deprecated, for removal: This API element is subject to removal in a future version.
-
updateSchedulerRow
boolean updateSchedulerRow(Duration duration)
-
-
deleteSchedulerRow
default boolean deleteSchedulerRow()
The method will remove a row in auxiliary scheduler table
- Returns:
true if row has been removed, false otherwise
insertSchedulerRow(int)instead