Class CommonAttributes
java.lang.Object
org.wildfly.extension.batch.jberet.job.repository.CommonAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.controller.SimpleAttributeDefinitionThe limit of how many job execution records should be retrieved by the job repository. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EXECUTION_RECORDS_LIMIT
public static final org.jboss.as.controller.SimpleAttributeDefinition EXECUTION_RECORDS_LIMITThe 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.
-
-
Constructor Details
-
CommonAttributes
public CommonAttributes()
-