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.ObjectProperties related to the thread pool for the task executor within Genie.- Since:
- 4.0.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPROPERTY_PREFIXThe property prefix for this group.
 - 
Constructor SummaryConstructors Constructor Description TasksSchedulerPoolProperties()
 
- 
- 
- 
Field Detail- 
PROPERTY_PREFIXpublic static final java.lang.String PROPERTY_PREFIX The property prefix for this group.- See Also:
- Constant Field Values
 
 
- 
 
-