java.lang.Object
io.automatiko.engine.api.config.CassandraJobsConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates if keyspace should be created during startup.Indicates if tables should be created during startup.interval()Interval (in minutes) how often to look for next chunk of jobs to schedulekeyspace()Specifies if keyspace name to be used if not given it defaults to 'automatiko'threads()Number of threads to be used for jobs execution
-
Field Details
-
CREATE_KEYSPACE_KEY
- See Also:
-
CREATE_TABLES_KEY
- See Also:
-
KEYSPACE_KEY
- See Also:
-
INTERVAL_KEY
- See Also:
-
THREADS_KEY
- See Also:
-
-
Constructor Details
-
CassandraJobsConfig
public CassandraJobsConfig()
-
-
Method Details
-
createKeyspace
Indicates if keyspace should be created during startup. -
createTables
Indicates if tables should be created during startup. -
keyspace
Specifies if keyspace name to be used if not given it defaults to 'automatiko' -
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
-