Module io.automatiko.engine.api
Package io.automatiko.engine.api.config
Class CassandraPersistenceConfig
java.lang.Object
io.automatiko.engine.api.config.CassandraPersistenceConfig
-
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.keyspace()Specifies if keyspace name to be used if not given it defaults to 'automatiko'
-
Field Details
-
CREATE_KEYSPACE_KEY
- See Also:
-
CREATE_TABLES_KEY
- See Also:
-
KEYSPACE_KEY
- See Also:
-
-
Constructor Details
-
CassandraPersistenceConfig
public CassandraPersistenceConfig()
-
-
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'
-