| Package | Description |
|---|---|
| org.springframework.cassandra.config | |
| org.springframework.cassandra.core.cql.generator | |
| org.springframework.cassandra.core.keyspace |
| Modifier and Type | Method and Description |
|---|---|
Set<KeyspaceActionSpecification<?>> |
CassandraCqlClusterFactoryBean.getKeyspaceSpecifications() |
Set<KeyspaceActionSpecification<?>> |
KeyspaceActionSpecificationFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraCqlClusterFactoryBean.setKeyspaceSpecifications(Set<KeyspaceActionSpecification<?>> keyspaceSpecifications)
If accumlating is true, we append to the list, otherwise we replace the list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyspaceNameCqlGenerator<T extends KeyspaceActionSpecification<T>> |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KeyspaceNameCqlGenerator.setSpecification(KeyspaceActionSpecification<T> specification) |
| Constructor and Description |
|---|
KeyspaceNameCqlGenerator(KeyspaceActionSpecification<T> specification) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyspaceActionSpecification<T extends KeyspaceActionSpecification<T>>
Abstract builder class to support the construction of keyspace specifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterKeyspaceSpecification |
class |
CreateKeyspaceSpecification |
class |
DropKeyspaceSpecification |
class |
KeyspaceOptionsSpecification<T extends KeyspaceOptionsSpecification<T>>
Abstract builder class to support the construction of table specifications that have table options, that is, those
options normally specified by
WITH ... |
class |
KeyspaceSpecification<T>
Builder class to support the construction of keyspace specifications that have columns.
|
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.