Class CassandraJobsConfig

java.lang.Object
io.automatiko.engine.api.config.CassandraJobsConfig

public class CassandraJobsConfig extends Object
  • Field Details

  • Constructor Details

    • CassandraJobsConfig

      public CassandraJobsConfig()
  • Method Details

    • createKeyspace

      public Optional<Boolean> createKeyspace()
      Indicates if keyspace should be created during startup.
    • createTables

      public Optional<Boolean> createTables()
      Indicates if tables should be created during startup.
    • keyspace

      public Optional<String> keyspace()
      Specifies if keyspace name to be used if not given it defaults to 'automatiko'
    • interval

      public Optional<Long> interval()
      Interval (in minutes) how often to look for next chunk of jobs to schedule
    • threads

      public Optional<Integer> threads()
      Number of threads to be used for jobs execution