| Package | Description |
|---|---|
| org.springframework.data.cassandra.config |
Spring Data Cassandra
factory beans and configuration. |
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.core.cql.generator |
CQL generators for Keyspace object actions.
|
| org.springframework.data.cassandra.core.cql.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| org.springframework.data.cassandra.core.mapping |
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
|
| Class and Description |
|---|
| CreateKeyspaceSpecification
Object to configure a
CREATE KEYSPACE specification. |
| DropKeyspaceSpecification
Object to configure a
DROP KEYSPACE specification. |
| KeyspaceActionSpecification
Base value object to support the construction of keyspace specifications.
|
| KeyspaceOption.ReplicationStrategy
Known Replication Strategy options.
|
| Class and Description |
|---|
| CreateIndexSpecification
Object to configure a
CREATE INDEX specification. |
| CreateTableSpecification
Object to configure a
CREATE TABLE specification. |
| CreateUserTypeSpecification
Object to configure a
CREATE TYPE specification. |
| Class and Description |
|---|
| AddColumnSpecification
Value object representing a specification to add a column.
|
| AlterColumnSpecification
Value object representing a specification to alter a column.
|
| AlterKeyspaceSpecification
Object to configure a
ALTER KEYSPACE specification. |
| AlterTableSpecification
Object to configure a
ALTER TABLE specification. |
| AlterUserTypeSpecification
Object to configure a
ALTER TYPE specification. |
| ColumnChangeSpecification
Base value object class for column change specifications.
|
| CreateIndexSpecification
Object to configure a
CREATE INDEX specification. |
| CreateKeyspaceSpecification
Object to configure a
CREATE KEYSPACE specification. |
| CreateTableSpecification
Object to configure a
CREATE TABLE specification. |
| CreateUserTypeSpecification
Object to configure a
CREATE TYPE specification. |
| DropColumnSpecification
Value object representing a specification to drop a column.
|
| DropIndexSpecification
Value object representing a
DROP INDEX specification. |
| DropKeyspaceSpecification
Object to configure a
DROP KEYSPACE specification. |
| DropTableSpecification
Object to configure a
DROP TABLE specification. |
| DropUserTypeSpecification
Object to configure a
DROP TYPE specification. |
| IndexNameSpecification
Abstract builder class to support the construction of an index.
|
| KeyspaceActionSpecification
Base value object 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 {@code WITH ...
|
| 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 {@code WITH ...
|
| UserTypeNameSpecification
Base value object builder class to construction of user type specifications.
|
| Class and Description |
|---|
| AddColumnSpecification
Value object representing a specification to add a column.
|
| AlterColumnSpecification
Value object representing a specification to alter a column.
|
| AlterKeyspaceSpecification
Object to configure a
ALTER KEYSPACE specification. |
| AlterTableSpecification
Object to configure a
ALTER TABLE specification. |
| AlterUserTypeSpecification
Object to configure a
ALTER TYPE specification. |
| ColumnChangeSpecification
Base value object class for column change specifications.
|
| ColumnSpecification
Object to configure a CQL column specification.
|
| ColumnTypeChangeSpecification
Base value object class for column changes that include
DataType information. |
| CreateIndexSpecification
Object to configure a
CREATE INDEX specification. |
| CreateIndexSpecification.ColumnFunction
Column functions to specify indexing behavior.
|
| CreateKeyspaceSpecification
Object to configure a
CREATE KEYSPACE specification. |
| CreateTableSpecification
Object to configure a
CREATE TABLE specification. |
| CreateUserTypeSpecification
Object to configure a
CREATE TYPE specification. |
| DataCenterReplication
Value object representing replication factor for a given data center.
|
| DropColumnSpecification
Value object representing a specification to drop a column.
|
| DropIndexSpecification
Value object representing a
DROP INDEX specification. |
| DropKeyspaceSpecification
Object to configure a
DROP KEYSPACE specification. |
| DropTableSpecification
Object to configure a
DROP TABLE specification. |
| DropUserTypeSpecification
Object to configure a
DROP TYPE specification. |
| FieldSpecification
Base value object class to specify user type fields.
|
| IndexDescriptor
Describes an index.
|
| IndexNameSpecification
Abstract builder class to support the construction of an index.
|
| KeyspaceActionSpecification
Base value object 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 {@code WITH ...
|
| 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 {@code WITH ...
|
| TableSpecification
Object to support the configuration of table specifications that have columns.
|
| UserTypeNameSpecification
Base value object builder class to construction of user type specifications.
|
| UserTypeSpecification
Object to support the configuration of user type specifications that have columns.
|
| Class and Description |
|---|
| CreateIndexSpecification
Object to configure a
CREATE INDEX specification. |
| CreateTableSpecification
Object to configure a
CREATE TABLE specification. |
| CreateUserTypeSpecification
Object to configure a
CREATE TYPE specification. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.