| Modifier and Type | Method and Description |
|---|---|
List<CreateKeyspaceSpecification> |
CassandraCqlClusterFactoryBean.getKeyspaceCreations() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraCqlClusterFactoryBean.setKeyspaceCreations(List<CreateKeyspaceSpecification> specifications) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CreateKeyspaceSpecification> |
AbstractClusterConfiguration.getKeyspaceCreations() |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.ResultSet |
CqlTemplate.execute(CreateKeyspaceSpecification specification) |
com.datastax.driver.core.ResultSet |
CqlOperations.execute(CreateKeyspaceSpecification specification)
Convenience method to convert the given specification to CQL and execute it.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CreateKeyspaceCqlGenerator.toCql(CreateKeyspaceSpecification specification) |
| Constructor and Description |
|---|
CreateKeyspaceCqlGenerator(CreateKeyspaceSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static CreateKeyspaceSpecification |
CreateKeyspaceSpecification.createKeyspace()
Entry point into the
CreateKeyspaceSpecification's fluent API to create a keyspace. |
static CreateKeyspaceSpecification |
CreateKeyspaceSpecification.createKeyspace(KeyspaceIdentifier name)
Entry point into the
CreateKeyspaceSpecification's fluent API to create a keyspace. |
static CreateKeyspaceSpecification |
CreateKeyspaceSpecification.createKeyspace(String name)
Entry point into the
CreateKeyspaceSpecification's fluent API to create a keyspace. |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.ifNotExists()
Causes the inclusion of an
IF NOT EXISTS clause. |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.ifNotExists(boolean ifNotExists)
Toggles the inclusion of an
IF NOT EXISTS clause. |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.name(KeyspaceIdentifier name) |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.name(String name) |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.with(KeyspaceOption option) |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.with(KeyspaceOption option,
Object value) |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.with(String name,
Object value,
boolean escape,
boolean quote) |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.withNetworkReplication(DataCenterReplication... dcrs) |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.withSimpleReplication() |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.withSimpleReplication(long replicationFactor) |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.