Package com.netflix.genie.web.properties
Class TasksSchedulerPoolProperties
- java.lang.Object
-
- com.netflix.genie.web.properties.TasksSchedulerPoolProperties
-
@ConfigurationProperties(prefix="genie.tasks.scheduler.pool") @Validated public class TasksSchedulerPoolProperties extends java.lang.Object
Properties related to the thread pool for the task executor within Genie.- Since:
- 4.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_PREFIX
The property prefix for this group.
-
Constructor Summary
Constructors Constructor Description TasksSchedulerPoolProperties()
-
-
-
Field Detail
-
PROPERTY_PREFIX
public static final java.lang.String PROPERTY_PREFIX
The property prefix for this group.- See Also:
- Constant Field Values
-
-