Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Modifier and Type | Method and Description |
---|---|
KeyspaceOptions |
KeyspaceOptions.durableWrites(Boolean durableWrites)
Define the durable writes option for the statement.
|
KeyspaceOptions |
KeyspaceOptions.replication(Map<String,Object> replication)
Define the replication options for the statement.
|
KeyspaceOptions |
CreateKeyspace.with()
Add options for this CREATE KEYSPACE statement.
|
KeyspaceOptions |
AlterKeyspace.with()
Add options for this ALTER KEYSPACE statement.
|