| Package | Description |
|---|---|
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Cancellable |
CassandraOperations.deleteAsynchronously(List<T> entities,
DeletionListener<T> listener)
Deprecated.
as of 1.5. This method accepts a
List of entities and deletes all entities in a batch. That's
not transparent to users and a Cassandra anti-pattern if used with multiple partition keys. This method
will be removed in Version 2.0. |
<T> Cancellable |
CassandraTemplate.deleteAsynchronously(List<T> entities,
DeletionListener<T> listener) |
<T> Cancellable |
CassandraOperations.deleteAsynchronously(List<T> entities,
DeletionListener<T> listener,
QueryOptions options)
Deprecated.
as of 1.5. This method accepts a
List of entities and deletes all entities in a batch. That's
not transparent to users and a Cassandra anti-pattern if used with multiple partition keys. This method
will be removed in Version 2.0. |
<T> Cancellable |
CassandraTemplate.deleteAsynchronously(List<T> entities,
DeletionListener<T> listener,
QueryOptions options) |
<T> Cancellable |
CassandraOperations.deleteAsynchronously(T entity,
DeletionListener<T> listener)
Remove the given object from the table by id.
|
<T> Cancellable |
CassandraTemplate.deleteAsynchronously(T entity,
DeletionListener<T> listener) |
<T> Cancellable |
CassandraOperations.deleteAsynchronously(T entity,
DeletionListener<T> listener,
QueryOptions options)
Remove the given object from the table by id.
|
<T> Cancellable |
CassandraTemplate.deleteAsynchronously(T entity,
DeletionListener<T> listener,
QueryOptions options) |
protected <T> Cancellable |
CassandraTemplate.doBatchDeleteAsync(List<T> entities,
DeletionListener<T> listener,
QueryOptions options) |
protected <T> Cancellable |
CassandraTemplate.doDeleteAsync(T entity,
DeletionListener<T> listener,
QueryOptions options) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.