Constant Field Values
Contents
com.github.*
-
com.github.kagkarlsson.scheduler.Scheduler Modifier and Type Constant Field Value public static final StringTHREAD_PREFIX"db-scheduler"public static final doubleTRIGGER_NEXT_BATCH_WHEN_AVAILABLE_THREADS_RATIO0.5 -
com.github.kagkarlsson.scheduler.SchedulerBuilder Modifier and Type Constant Field Value public static final intDEFAULT_MISSED_HEARTBEATS_LIMIT6public static final booleanLOG_STACK_TRACE_ON_FAILUREtruepublic static final doubleUPPER_LIMIT_FRACTION_OF_THREADS_FOR_FETCH3.0 -
com.github.kagkarlsson.scheduler.SchedulerClient Modifier and Type Constant Field Value public static final intDEFAULT_BATCH_SIZE100
-
com.github.kagkarlsson.scheduler.jdbc.AutodetectJdbcCustomization Modifier and Type Constant Field Value public static final StringMARIADB"MariaDB"public static final StringMICROSOFT_SQL_SERVER"Microsoft SQL Server"public static final StringMYSQL"MySQL"public static final StringORACLE"Oracle"public static final StringPOSTGRESQL"PostgreSQL" -
com.github.kagkarlsson.scheduler.jdbc.JdbcTaskRepository Modifier and Type Constant Field Value public static final StringDEFAULT_TABLE_NAME"scheduled_tasks"
-
com.github.kagkarlsson.scheduler.task.Priority Modifier and Type Constant Field Value public static final intHIGH90public static final intLOW10public static final intMEDIUM50 -
com.github.kagkarlsson.scheduler.task.Task<T> Modifier and Type Constant Field Value public static final intDEFAULT_PRIORITY50
-
com.github.kagkarlsson.scheduler.task.helper.CustomTask<T> Modifier and Type Constant Field Value public static final intDEFAULT_PRIORITY50 -
com.github.kagkarlsson.scheduler.task.helper.OneTimeTask<T> Modifier and Type Constant Field Value public static final intDEFAULT_PRIORITY50 -
com.github.kagkarlsson.scheduler.task.helper.RecurringTask<T> Modifier and Type Constant Field Value public static final intDEFAULT_PRIORITY90public static final StringINSTANCE"recurring" -
com.github.kagkarlsson.scheduler.task.helper.RecurringTaskWithPersistentSchedule<T extends ScheduleAndData> Modifier and Type Constant Field Value public static final intDEFAULT_PRIORITY90