| Interface | Description |
|---|---|
| CassandraAdminOperations |
Operations for managing a Cassandra keyspace.
|
| CassandraOperations |
Operations for interacting with Cassandra.
|
| CassandraTemplate.ClauseCallback | |
| DeletionListener<T> | |
| WriteListener<T> |
Listener for asynchronous repository insert or update methods.
|
| Class | Description |
|---|---|
| CassandraAdminTemplate |
Default implementation of
CassandraAdminOperations. |
| CassandraConverterRowCallback<T> |
Simple
RowCallback that will transform a Row into the given target type using the given
CassandraConverter. |
| CassandraTemplate |
The CassandraTemplate is a convenient API for all Cassandra operations using POJOs with their Spring Data Cassandra
mapping information.
|
| CassandraValue |
Simple Cassandra value of the ByteBuffer with DataType
|
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.