factory beans and configuration.See: Description
| Interface | Description |
|---|---|
| ClusterBuilderConfigurer |
Configuration callback class to allow a user to apply additional configuration logic to the
Cluster.Builder. |
| DefaultBeanNames | |
| DefaultCqlBeanNames |
| Class | Description |
|---|---|
| AbstractCassandraConfiguration |
Base class for Spring Data Cassandra configuration using JavaConfig.
|
| AbstractClusterConfiguration |
Base class for Spring Cassandra configuration that can handle creating namespaces, execute arbitrary CQL on startup &
shutdown, and optionally drop keyspaces.
|
| AbstractCqlTemplateConfiguration | |
| AbstractReactiveCassandraConfiguration |
Extension to
AbstractCassandraConfiguration providing Spring Data Cassandra configuration for Spring Data's
Reactive Cassandra support using JavaConfig. |
| AbstractSessionConfiguration |
Spring
@Configuration class used to configure a Cassandra client application
Session connected to a Cassandra Cluster. |
| CassandraClusterFactoryBean |
FactoryBean for configuring a Cassandra Cluster. |
| CassandraCqlClusterFactoryBean |
Spring CQL extension of CassandraCqlClusterFactoryBean.
|
| CassandraCqlSessionFactoryBean |
Factory for creating and configuring a Cassandra
Session, which is a thread-safe singleton. |
| CassandraCqlTemplateFactoryBean |
Factory for configuring a
CqlTemplate. |
| CassandraEntityClassScanner |
Scans packages for Cassandra entities.
|
| CassandraMappingBeanFactoryPostProcessor | Deprecated
Will be removed with the next major release.
|
| CassandraNamespaceHandler |
Namespace handler for spring-data-cassandra.
|
| CassandraSessionFactoryBean |
Factory to create and configure a Cassandra
Session with support for executing CQL
and initializing the database schema (a.k.a. keyspace). |
| CassandraTemplateFactoryBean |
Factory for configuring a
CassandraTemplate. |
| CqlNamespaceHandler |
Namespace handler for spring-cassandra.
|
| KeyspaceActions |
Collection of
KeyspaceActionSpecifications. |
| KeyspaceActionSpecificationFactoryBean |
A single keyspace XML Element can result in multiple actions.
|
| PoolingOptionsFactoryBean |
Spring
FactoryBean for the Cassandra Java driver PoolingOptions. |
| PoolingOptionsFactoryBean.HostDistancePoolingOptions |
The HostDistancePoolingOptions class models the
PoolingOptions state and connection settings for a
particular HostDistance. |
| SocketOptionsFactoryBean |
Socket Options Factory Bean.
|
| Enum | Description |
|---|---|
| CompressionType |
Simple enumeration for the various compression types.
|
| KeyspaceAction |
Available actions for Keyspace Specifications.
|
| SchemaAction |
Enum identifying any schema actions to take at startup.
|
factory beans and configuration.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.