Class CommonAttributes
- java.lang.Object
-
- org.wildfly.extension.batch.jberet.job.repository.CommonAttributes
-
public class CommonAttributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.SimpleAttributeDefinitionEXECUTION_RECORDS_LIMITThe limit of how many job execution records should be retrieved by the job repository.
-
Constructor Summary
Constructors Constructor Description CommonAttributes()
-
-
-
Field Detail
-
EXECUTION_RECORDS_LIMIT
public static final org.jboss.as.controller.SimpleAttributeDefinition EXECUTION_RECORDS_LIMIT
The limit of how many job execution records should be retrieved by the job repository. Setting this attribute allows improving application deployment time when the number of execution records in the job repository grows too large.
-
-