Package com.netflix.genie.web.properties
Class JobsMemoryProperties
- java.lang.Object
-
- com.netflix.genie.web.properties.JobsMemoryProperties
-
@ConfigurationProperties(prefix="genie.jobs.memory") @Validated public class JobsMemoryProperties extends java.lang.Object
Properties pertaining to how much memory jobs can use on Genie.- Since:
- 3.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_PREFIX
The property prefix for all properties in this group.
-
Constructor Summary
Constructors Constructor Description JobsMemoryProperties()
-
-
-
Field Detail
-
PROPERTY_PREFIX
public static final java.lang.String PROPERTY_PREFIX
The property prefix for all properties in this group.- See Also:
- Constant Field Values
-
-