| Package | Description |
|---|---|
| org.springframework.cassandra.core |
CQL core support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSetFutureCancellable
Convenient default implementation of a
Cancellable. |
| Modifier and Type | Method and Description |
|---|---|
protected Cancellable |
CqlTemplate.doExecuteAsync(com.datastax.driver.core.Statement statement,
AsynchronousQueryListener listener) |
protected Cancellable |
CqlTemplate.doExecuteAsync(com.datastax.driver.core.Statement statement,
AsynchronousQueryListener listener,
QueryOptions queryOptions) |
Cancellable |
CqlTemplate.executeAsynchronously(com.datastax.driver.core.querybuilder.Batch batch,
AsynchronousQueryListener listener) |
Cancellable |
CqlOperations.executeAsynchronously(com.datastax.driver.core.querybuilder.Batch batch,
AsynchronousQueryListener listener) |
Cancellable |
CqlTemplate.executeAsynchronously(com.datastax.driver.core.querybuilder.Delete delete,
AsynchronousQueryListener listener) |
Cancellable |
CqlOperations.executeAsynchronously(com.datastax.driver.core.querybuilder.Delete delete,
AsynchronousQueryListener listener) |
Cancellable |
CqlTemplate.executeAsynchronously(com.datastax.driver.core.querybuilder.Insert insert,
AsynchronousQueryListener listener) |
Cancellable |
CqlOperations.executeAsynchronously(com.datastax.driver.core.querybuilder.Insert insert,
AsynchronousQueryListener listener) |
Cancellable |
CqlTemplate.executeAsynchronously(com.datastax.driver.core.Statement statement,
AsynchronousQueryListener listener) |
Cancellable |
CqlOperations.executeAsynchronously(com.datastax.driver.core.Statement query,
AsynchronousQueryListener listener)
Executes the supplied CQL Query Asynchronously and returns nothing.
|
Cancellable |
CqlTemplate.executeAsynchronously(com.datastax.driver.core.Statement statement,
AsynchronousQueryListener listener,
Executor executor) |
Cancellable |
CqlOperations.executeAsynchronously(com.datastax.driver.core.Statement query,
AsynchronousQueryListener listener,
Executor executor)
Executes the supplied CQL Query Asynchronously and returns nothing.
|
Cancellable |
CqlTemplate.executeAsynchronously(com.datastax.driver.core.Statement statement,
Runnable listener) |
Cancellable |
CqlOperations.executeAsynchronously(com.datastax.driver.core.Statement query,
Runnable runnable)
Executes the supplied CQL Query Asynchronously and returns nothing.
|
Cancellable |
CqlTemplate.executeAsynchronously(com.datastax.driver.core.Statement statement,
Runnable listener,
Executor executor) |
Cancellable |
CqlOperations.executeAsynchronously(com.datastax.driver.core.Statement query,
Runnable runnable,
Executor executor)
Executes the supplied CQL Query Asynchronously and returns nothing.
|
Cancellable |
CqlTemplate.executeAsynchronously(String cql,
AsynchronousQueryListener listener) |
Cancellable |
CqlOperations.executeAsynchronously(String cql,
AsynchronousQueryListener listener)
Executes the supplied Query Asynchronously and returns nothing.
|
Cancellable |
CqlTemplate.executeAsynchronously(String cql,
AsynchronousQueryListener listener,
Executor executor) |
Cancellable |
CqlOperations.executeAsynchronously(String cql,
AsynchronousQueryListener listener,
Executor executor)
Executes the supplied Query Asynchronously and returns nothing.
|
Cancellable |
CqlTemplate.executeAsynchronously(String cql,
Runnable listener) |
Cancellable |
CqlOperations.executeAsynchronously(String cql,
Runnable listener)
Executes the supplied Query Asynchronously and returns nothing.
|
Cancellable |
CqlTemplate.executeAsynchronously(String cql,
Runnable listener,
Executor executor) |
Cancellable |
CqlOperations.executeAsynchronously(String cql,
Runnable listener,
Executor executor)
Executes the supplied Query Asynchronously and returns nothing.
|
Cancellable |
CqlTemplate.executeAsynchronously(com.datastax.driver.core.querybuilder.Truncate truncate,
AsynchronousQueryListener listener) |
Cancellable |
CqlOperations.executeAsynchronously(com.datastax.driver.core.querybuilder.Truncate truncate,
AsynchronousQueryListener listener) |
Cancellable |
CqlTemplate.executeAsynchronously(com.datastax.driver.core.querybuilder.Update update,
AsynchronousQueryListener listener) |
Cancellable |
CqlOperations.executeAsynchronously(com.datastax.driver.core.querybuilder.Update update,
AsynchronousQueryListener listener) |
Cancellable |
CqlTemplate.queryAsynchronously(com.datastax.driver.core.querybuilder.Select select,
AsynchronousQueryListener listener) |
Cancellable |
CqlOperations.queryAsynchronously(com.datastax.driver.core.querybuilder.Select select,
AsynchronousQueryListener listener)
Executes the provided CQL Select with the provided listener.
|
Cancellable |
CqlTemplate.queryAsynchronously(com.datastax.driver.core.querybuilder.Select select,
AsynchronousQueryListener listener,
Executor executor) |
Cancellable |
CqlOperations.queryAsynchronously(com.datastax.driver.core.querybuilder.Select select,
AsynchronousQueryListener listener,
Executor executor)
Executes the provided Select Query with the provided listener and executor.
|
Cancellable |
CqlTemplate.queryAsynchronously(com.datastax.driver.core.querybuilder.Select select,
Runnable listener) |
Cancellable |
CqlOperations.queryAsynchronously(com.datastax.driver.core.querybuilder.Select select,
Runnable listener)
Executes the provided CQL Select with the provided
Runnable, which is started after the query has
completed. |
Cancellable |
CqlTemplate.queryAsynchronously(com.datastax.driver.core.querybuilder.Select select,
Runnable listener,
Executor executor) |
Cancellable |
CqlOperations.queryAsynchronously(com.datastax.driver.core.querybuilder.Select select,
Runnable listener,
Executor executor)
Executes the provided CQL Select with the provided Executor and Runnable implementations.
|
Cancellable |
CqlTemplate.queryAsynchronously(String cql,
AsynchronousQueryListener listener) |
Cancellable |
CqlOperations.queryAsynchronously(String cql,
AsynchronousQueryListener listener)
Executes the provided CQL Query with the provided listener.
|
Cancellable |
CqlTemplate.queryAsynchronously(String cql,
AsynchronousQueryListener listener,
Executor executor) |
Cancellable |
CqlOperations.queryAsynchronously(String cql,
AsynchronousQueryListener listener,
Executor executor)
Executes the provided CQL Query with the provided listener and executor.
|
Cancellable |
CqlTemplate.queryAsynchronously(String cql,
AsynchronousQueryListener listener,
QueryOptions queryOptions) |
Cancellable |
CqlOperations.queryAsynchronously(String cql,
AsynchronousQueryListener listener,
QueryOptions options)
Executes the provided CQL Query with the provided Listener and Query Options.
|
Cancellable |
CqlTemplate.queryAsynchronously(String cql,
AsynchronousQueryListener listener,
QueryOptions queryOptions,
Executor executor) |
Cancellable |
CqlOperations.queryAsynchronously(String cql,
AsynchronousQueryListener listener,
QueryOptions options,
Executor executor)
Executes the provided CQL Query with the provided Listener, Executor and Query Options.
|
Cancellable |
CqlTemplate.queryAsynchronously(String cql,
Runnable listener) |
Cancellable |
CqlOperations.queryAsynchronously(String cql,
Runnable listener)
Executes the provided CQL Query with the provided
Runnable, which is started after the query has completed. |
Cancellable |
CqlTemplate.queryAsynchronously(String cql,
Runnable listener,
Executor executor) |
Cancellable |
CqlOperations.queryAsynchronously(String cql,
Runnable listener,
Executor executor)
Executes the provided CQL Query with the provided Executor and Runnable implementations.
|
Cancellable |
CqlTemplate.queryAsynchronously(String cql,
Runnable listener,
QueryOptions queryOptions) |
Cancellable |
CqlOperations.queryAsynchronously(String cql,
Runnable listener,
QueryOptions options)
Executes the provided CQL Query with the Runnable implementations using the Query Options.
|
Cancellable |
CqlTemplate.queryAsynchronously(String cql,
Runnable listener,
QueryOptions queryOptions,
Executor executor) |
Cancellable |
CqlOperations.queryAsynchronously(String cql,
Runnable listener,
QueryOptions options,
Executor executor)
Executes the provided CQL Query with the provided Executor and Runnable implementations.
|
<T> Cancellable |
CqlTemplate.queryForListAsynchronously(com.datastax.driver.core.querybuilder.Select select,
Class<T> requiredType,
QueryForListListener<T> listener) |
<T> Cancellable |
CqlOperations.queryForListAsynchronously(com.datastax.driver.core.querybuilder.Select select,
Class<T> elementType,
QueryForListListener<T> listener)
Executes the provided
Select query asynchronously and returns all values in the first column of the results
as a List of the type in the second argument. |
<T> Cancellable |
CqlTemplate.queryForListAsynchronously(String select,
Class<T> requiredType,
QueryForListListener<T> listener) |
<T> Cancellable |
CqlOperations.queryForListAsynchronously(String select,
Class<T> elementType,
QueryForListListener<T> listener)
Executes the provided
Select query asynchronously and returns all values in the first column of the results
as a List of the type in the second argument. |
Cancellable |
CqlTemplate.queryForListOfMapAsynchronously(com.datastax.driver.core.querybuilder.Select select,
QueryForListListener<Map<String,Object>> listener) |
Cancellable |
CqlOperations.queryForListOfMapAsynchronously(com.datastax.driver.core.querybuilder.Select select,
QueryForListListener<Map<String,Object>> listener)
|
Cancellable |
CqlTemplate.queryForListOfMapAsynchronously(String cql,
QueryForListListener<Map<String,Object>> listener) |
Cancellable |
CqlOperations.queryForListOfMapAsynchronously(String cql,
QueryForListListener<Map<String,Object>> listener)
|
Cancellable |
CqlTemplate.queryForListOfMapAsynchronously(String cql,
QueryForListListener<Map<String,Object>> listener,
QueryOptions queryOptions) |
Cancellable |
CqlOperations.queryForListOfMapAsynchronously(String cql,
QueryForListListener<Map<String,Object>> listener,
QueryOptions options)
|
Cancellable |
CqlTemplate.queryForMapAsynchronously(com.datastax.driver.core.querybuilder.Select select,
QueryForMapListener listener) |
Cancellable |
CqlOperations.queryForMapAsynchronously(com.datastax.driver.core.querybuilder.Select select,
QueryForMapListener listener)
Executes the provided
Select query asynchronously and maps the first row to a Map
<String,Object>. |
Cancellable |
CqlTemplate.queryForMapAsynchronously(String cql,
QueryForMapListener listener) |
Cancellable |
CqlOperations.queryForMapAsynchronously(String cql,
QueryForMapListener listener)
Executes the provided CQL query asynchronously and maps the first row to a
Map<String,Object>. |
Cancellable |
CqlTemplate.queryForMapAsynchronously(String cql,
QueryForMapListener listener,
QueryOptions queryOptions) |
Cancellable |
CqlOperations.queryForMapAsynchronously(String cql,
QueryForMapListener listener,
QueryOptions options)
Executes the provided CQL query asynchronously and maps the first row to a
Map<String,Object>. |
<T> Cancellable |
CqlTemplate.queryForObjectAsynchronously(com.datastax.driver.core.querybuilder.Select select,
Class<T> requiredType,
QueryForObjectListener<T> listener) |
<T> Cancellable |
CqlOperations.queryForObjectAsynchronously(com.datastax.driver.core.querybuilder.Select select,
Class<T> requiredType,
QueryForObjectListener<T> listener)
Executes the provided
Select query and returns the first column of the first Row as an object of type
T. |
<T> Cancellable |
CqlTemplate.queryForObjectAsynchronously(com.datastax.driver.core.querybuilder.Select select,
RowMapper<T> rowMapper,
QueryForObjectListener<T> listener) |
<T> Cancellable |
CqlOperations.queryForObjectAsynchronously(com.datastax.driver.core.querybuilder.Select select,
RowMapper<T> rowMapper,
QueryForObjectListener<T> listener)
Executes the provided
Select query, and maps the first row returned with the supplied RowMapper. |
<T> Cancellable |
CqlTemplate.queryForObjectAsynchronously(String cql,
Class<T> requiredType,
QueryForObjectListener<T> listener) |
<T> Cancellable |
CqlOperations.queryForObjectAsynchronously(String cql,
Class<T> requiredType,
QueryForObjectListener<T> listener)
Executes the provided select CQL query and returns the first column of the first Row as an object of type
T. |
<T> Cancellable |
CqlTemplate.queryForObjectAsynchronously(String cql,
Class<T> requiredType,
QueryForObjectListener<T> listener,
QueryOptions options) |
<T> Cancellable |
CqlOperations.queryForObjectAsynchronously(String cql,
Class<T> requiredType,
QueryForObjectListener<T> listener,
QueryOptions options)
Executes the provided select CQL query and returns the first column of the first Row as an object of type
T. |
<T> Cancellable |
CqlTemplate.queryForObjectAsynchronously(String cql,
RowMapper<T> rowMapper,
QueryForObjectListener<T> listener) |
<T> Cancellable |
CqlOperations.queryForObjectAsynchronously(String cql,
RowMapper<T> rowMapper,
QueryForObjectListener<T> listener)
Executes the provided string CQL query, and maps the first row returned with the supplied
RowMapper. |
<T> Cancellable |
CqlTemplate.queryForObjectAsynchronously(String cql,
RowMapper<T> rowMapper,
QueryForObjectListener<T> listener,
QueryOptions options) |
<T> Cancellable |
CqlOperations.queryForObjectAsynchronously(String cql,
RowMapper<T> rowMapper,
QueryForObjectListener<T> listener,
QueryOptions options)
Executes the provided string CQL query, and maps the first row returned with the supplied
RowMapper. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.