| Package | Description |
|---|---|
| org.springframework.cassandra.config |
Spring CQL
factory beans and configuration. |
| org.springframework.cassandra.config.java |
Spring Java configuration for Spring CQL.
|
| org.springframework.cassandra.core |
CQL core support.
|
| org.springframework.cassandra.core.cql.generator |
CQL generators for Keyspace object actions.
|
| org.springframework.cassandra.core.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
List<DropKeyspaceSpecification> |
CassandraCqlClusterFactoryBean.getKeyspaceDrops() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraCqlClusterFactoryBean.setKeyspaceDrops(List<DropKeyspaceSpecification> specifications)
|
| Modifier and Type | Method and Description |
|---|---|
protected List<DropKeyspaceSpecification> |
AbstractClusterConfiguration.getKeyspaceDrops()
Returns the list of keyspace drops to be run before
Cluster shutdown. |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.ResultSet |
CqlTemplate.execute(DropKeyspaceSpecification specification) |
com.datastax.driver.core.ResultSet |
CqlOperations.execute(DropKeyspaceSpecification specification)
Convenience method to convert the given specification to CQL and execute it.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DropKeyspaceCqlGenerator.toCql(DropKeyspaceSpecification specification) |
| Constructor and Description |
|---|
DropKeyspaceCqlGenerator(DropKeyspaceSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static DropKeyspaceSpecification |
DropKeyspaceSpecification.dropKeyspace()
Entry point into the
DropKeyspaceSpecification's fluent API to drop a keyspace. |
static DropKeyspaceSpecification |
DropKeyspaceSpecification.dropKeyspace(KeyspaceIdentifier name)
Entry point into the
DropKeyspaceSpecification's fluent API to drop a keyspace. |
static DropKeyspaceSpecification |
DropKeyspaceSpecification.dropKeyspace(String name)
Entry point into the
DropKeyspaceSpecification's fluent API to drop a keyspace. |
DropKeyspaceSpecification |
DropKeyspaceSpecification.ifExists() |
DropKeyspaceSpecification |
DropKeyspaceSpecification.ifExists(boolean ifExists) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.