| 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 |
CQL core support.
|
| org.springframework.data.cassandra.core.cql.session |
Provides utility classes for simple
CqlSession access and various session
implementations. |
| Modifier and Type | Method and Description |
|---|---|
ReactiveSessionFactory |
AbstractReactiveCassandraConfiguration.reactiveCassandraSessionFactory()
Creates a
ReactiveSessionFactory to be used by the ReactiveCassandraTemplate. |
| Constructor and Description |
|---|
ReactiveCassandraTemplate(ReactiveSessionFactory sessionFactory,
CassandraConverter converter)
Create an instance of
ReactiveCassandraTemplate initialized with the given ReactiveSessionFactory
and CassandraConverter. |
| Modifier and Type | Method and Description |
|---|---|
ReactiveSessionFactory |
ReactiveCassandraAccessor.getSessionFactory()
Returns the configured
ReactiveSessionFactory. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveCassandraAccessor.setSessionFactory(ReactiveSessionFactory sessionFactory)
Sets the
ReactiveSessionFactory to use. |
| Constructor and Description |
|---|
ReactiveCqlTemplate(ReactiveSessionFactory reactiveSessionFactory)
Construct a new
ReactiveCqlTemplate, given a ReactiveSessionFactory to obtain
ReactiveSessions from. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReactiveSessionFactory
Default implementation of
ReactiveSessionFactory. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.