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. |
| Class | Description |
|---|---|
| CassandraCqlClusterFactoryBean |
FactoryBean for configuring a Cassandra Cluster. |
| CassandraCqlSessionFactoryBean |
Factory for creating and configuring a Cassandra
Session, which is a thread-safe singleton. |
| CassandraCqlTemplateFactoryBean |
Factory for configuring a
CqlTemplate. |
| DataCenterReplication |
Simple data structure to be used when setting the replication factor for a given data center.
|
| KeyspaceActionSpecificationFactoryBean |
A single keyspace XML Element can result in multiple actions.
|
| KeyspaceAttributes |
Keyspace attributes.
|
| MultiLevelListFlattenerFactoryBean<T> |
Given List of Lists where all child Lists contain the same class, then a single level List of
|
| MultiLevelSetFlattenerFactoryBean<T> |
Given Set of Sets where all child Sets contain the same class, then a single level Set of
|
| 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
|
factory beans and configuration.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.