| 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. |
| Class and Description |
|---|
| CreateKeyspaceSpecification |
| DropKeyspaceSpecification |
| KeyspaceActionSpecification
Abstract builder class to support the construction of keyspace specifications.
|
| KeyspaceOption.ReplicationStrategy
Known Replication Strategy options.
|
| Option
Interface to represent option types.
|
| Class and Description |
|---|
| CreateKeyspaceSpecification |
| DropKeyspaceSpecification |
| Class and Description |
|---|
| AlterKeyspaceSpecification |
| AlterTableSpecification
Builder class to construct an
ALTER TABLE specification. |
| CreateIndexSpecification
Builder class to construct a
CREATE INDEX specification. |
| CreateKeyspaceSpecification |
| CreateTableSpecification
Builder class to construct a
CREATE TABLE specification. |
| DropIndexSpecification
Builder class that supports the construction of
DROP INDEX specifications. |
| DropKeyspaceSpecification |
| DropTableSpecification
Builder class that supports the construction of
DROP TABLE specifications. |
| Class and Description |
|---|
| AddColumnSpecification
Specification to add a column.
|
| AlterColumnSpecification
Value object for altering a column.
|
| AlterKeyspaceSpecification |
| AlterTableSpecification
Builder class to construct an
ALTER TABLE specification. |
| AlterUserTypeSpecification
Builder class to construct an
ALTER TYPE specification. |
| ColumnChangeSpecification
Base value object class for column change specifications.
|
| CreateIndexSpecification
Builder class to construct a
CREATE INDEX specification. |
| CreateKeyspaceSpecification |
| CreateTableSpecification
Builder class to construct a
CREATE TABLE specification. |
| CreateUserTypeSpecification
Builder class to construct a
CREATE TYPE specification. |
| DropColumnSpecification
A specification to drop a column.
|
| DropIndexSpecification
Builder class that supports the construction of
DROP INDEX specifications. |
| DropKeyspaceSpecification |
| DropTableSpecification
Builder class that supports the construction of
DROP TABLE specifications. |
| DropUserTypeSpecification
Builder class that supports the construction of
DROP TYPE specifications. |
| IndexNameSpecification
Abstract builder class to support the construction of an index.
|
| KeyspaceActionSpecification
Abstract builder class to support the construction of keyspace specifications.
|
| KeyspaceOptionsSpecification
Abstract builder class to support the construction of table specifications that have table options, that is, those
options normally specified by
WITH ... |
| KeyspaceSpecification
Builder class to support the construction of keyspace specifications that have columns.
|
| Option
Interface to represent option types.
|
| TableNameSpecification
Abstract builder class to support the construction of table specifications.
|
| TableOptionsSpecification
Abstract builder class to support the construction of table specifications that have table options, that is, those
options normally specified by
WITH ... |
| TableSpecification
Builder class to support the construction of table specifications that have columns.
|
| UserTypeNameSpecification
Abstract builder class to support the construction of user type specifications.
|
| Class and Description |
|---|
| AlterKeyspaceSpecification |
| AlterTableSpecification
Builder class to construct an
ALTER TABLE specification. |
| AlterUserTypeSpecification
Builder class to construct an
ALTER TYPE specification. |
| ColumnChangeSpecification
Base value object class for column change specifications.
|
| ColumnSpecification
Builder class to specify columns.
|
| ColumnTypeChangeSpecification
Base value object class for column changes that include
DataType information. |
| CreateIndexSpecification
Builder class to construct a
CREATE INDEX specification. |
| CreateKeyspaceSpecification |
| CreateTableSpecification
Builder class to construct a
CREATE TABLE specification. |
| CreateUserTypeSpecification
Builder class to construct a
CREATE TYPE specification. |
| DefaultTableDescriptor
Convenient default implementation of
TableDescriptor as an extension of TableSpecification that
doesn't require the use of generics. |
| DropColumnSpecification
A specification to drop a column.
|
| DropIndexSpecification
Builder class that supports the construction of
DROP INDEX specifications. |
| DropKeyspaceSpecification |
| DropTableSpecification
Builder class that supports the construction of
DROP TABLE specifications. |
| DropUserTypeSpecification
Builder class that supports the construction of
DROP TYPE specifications. |
| FieldSpecification
Builder class to specify fields.
|
| IndexDescriptor
Describes an index.
|
| IndexNameSpecification
Abstract builder class to support the construction of an index.
|
| KeyspaceActionSpecification
Abstract builder class to support the construction of keyspace specifications.
|
| KeyspaceDescriptor
Describes a Keyspace.
|
| KeyspaceOption |
| KeyspaceOption.ReplicationStrategy
Known Replication Strategy options.
|
| KeyspaceOptionsSpecification
Abstract builder class to support the construction of table specifications that have table options, that is, those
options normally specified by
WITH ... |
| KeyspaceSpecification
Builder class to support the construction of keyspace specifications that have columns.
|
| Option
Interface to represent option types.
|
| TableDescriptor
Describes a table.
|
| TableNameSpecification
Abstract builder class to support the construction of table specifications.
|
| TableOption
Enumeration that represents all known table options.
|
| TableOption.CachingOption
Known caching options.
|
| TableOption.CompactionOption
Known compaction options.
|
| TableOption.CompressionOption
Known compression options.
|
| TableOption.KeyCachingOption
Known KeyCaching Options
|
| TableOptionsSpecification
Abstract builder class to support the construction of table specifications that have table options, that is, those
options normally specified by
WITH ... |
| TableSpecification
Builder class to support the construction of table specifications that have columns.
|
| UserTypeNameSpecification
Abstract builder class to support the construction of user type specifications.
|
| UserTypeSpecification
Builder class to support the construction of user type specifications that have columns.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.