public abstract class RuleScheduleInfo extends Object
Modifier and Type | Field and Description |
---|---|
static RuleScheduleInfo |
DEFAULT |
Constructor and Description |
---|
RuleScheduleInfo() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getJobsMultiplier() |
static RuleScheduleInfo |
of() |
static RuleScheduleInfo |
of(int jobsMultiplier) |
public static final RuleScheduleInfo DEFAULT
public abstract int getJobsMultiplier()
public static RuleScheduleInfo of()
public static RuleScheduleInfo of(int jobsMultiplier)