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 Object
Properties related to the thread pool for the task executor within Genie.
- Since:
- 4.0.0
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
PROPERTY_PREFIX
The property prefix for this group.- See Also:
-
-
Constructor Details
-
TasksSchedulerPoolProperties
public TasksSchedulerPoolProperties()
-