Class CassandraPersistenceConfig

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

public class CassandraPersistenceConfig extends Object
  • Field Details

  • Constructor Details

    • CassandraPersistenceConfig

      public CassandraPersistenceConfig()
  • 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'