java.lang.Object
io.automatiko.engine.api.config.DynamoDBJobsConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CREATE_TABLES_KEY
- See Also:
-
READ_CAPACITY_KEY
- See Also:
-
WRITE_CAPACITY_KEY
- See Also:
-
INTERVAL_KEY
- See Also:
-
THREADS_KEY
- See Also:
-
-
Constructor Details
-
DynamoDBJobsConfig
public DynamoDBJobsConfig()
-
-
Method Details
-
createTables
Indicates if tables should be created during startup. -
readCapacity
Specifies the read capacity -
writeCapacity
Specifies the write capacity -
interval
Interval (in minutes) how often to look for next chunk of jobs to schedule -
threads
Number of threads to be used for jobs execution
-