Uses of Interface
org.springframework.data.cassandra.core.cql.legacy.AsyncResultSetExtractor
Packages that use AsyncResultSetExtractor
Package
Description
CQL legacy core asynchronous support for easier migration.
-
Uses of AsyncResultSetExtractor in org.springframework.data.cassandra.core.cql.legacy
Classes in org.springframework.data.cassandra.core.cql.legacy that implement AsyncResultSetExtractorModifier and TypeClassDescriptionprotected static classDeprecated, for removal: This API element is subject to removal in a future version.Adapter to enable use of aRowCallbackHandlerinside aResultSetExtractor.classDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.data.cassandra.core.cql.legacy with parameters of type AsyncResultSetExtractorModifier and TypeMethodDescription<T> ListenableFuture<T>AsyncCqlOperations.query(com.datastax.oss.driver.api.core.cql.Statement<?> statement, AsyncResultSetExtractor<T> resultSetExtractor) Deprecated, for removal: This API element is subject to removal in a future version.Execute a query given static CQL, reading theResultSetwith aAsyncResultSetExtractor.<T> ListenableFuture<T>AsyncCqlOperations.query(String cql, AsyncResultSetExtractor<T> resultSetExtractor) Deprecated, for removal: This API element is subject to removal in a future version.Execute a query given static CQL, reading theResultSetwith aAsyncResultSetExtractor.<T> ListenableFuture<T>AsyncCqlOperations.query(String cql, AsyncResultSetExtractor<T> resultSetExtractor, Object... args) Deprecated, for removal: This API element is subject to removal in a future version.Query given CQL to create a prepared statement from CQL and a list of arguments to bind to the query, reading theResultSetwith aAsyncResultSetExtractor.<T> ListenableFuture<T>AsyncCqlOperations.query(String cql, PreparedStatementBinder psb, AsyncResultSetExtractor<T> resultSetExtractor) Deprecated, for removal: This API element is subject to removal in a future version.Query using a prepared statement, reading theResultSetwith aAsyncResultSetExtractor.<T> ListenableFuture<T>AsyncCqlOperations.query(AsyncPreparedStatementCreator preparedStatementCreator, AsyncResultSetExtractor<T> resultSetExtractor) Deprecated, for removal: This API element is subject to removal in a future version.Query using a prepared statement, reading theResultSetwith aAsyncResultSetExtractor.<T> ListenableFuture<T>AsyncCqlOperations.query(AsyncPreparedStatementCreator preparedStatementCreator, PreparedStatementBinder psb, AsyncResultSetExtractor<T> resultSetExtractor) Deprecated, for removal: This API element is subject to removal in a future version.Query using a prepared statement and aPreparedStatementBinderimplementation that knows how to bind values to the query, reading theResultSetwith aAsyncResultSetExtractor.<T> ListenableFuture<T>AsyncCqlTemplate.query(com.datastax.oss.driver.api.core.cql.Statement<?> statement, AsyncResultSetExtractor<T> resultSetExtractor) Deprecated, for removal: This API element is subject to removal in a future version.<T> ListenableFuture<T>AsyncCqlTemplate.query(String cql, AsyncResultSetExtractor<T> resultSetExtractor) Deprecated, for removal: This API element is subject to removal in a future version.<T> ListenableFuture<T>AsyncCqlTemplate.query(String cql, AsyncResultSetExtractor<T> resultSetExtractor, Object... args) Deprecated, for removal: This API element is subject to removal in a future version.<T> ListenableFuture<T>AsyncCqlTemplate.query(String cql, PreparedStatementBinder psb, AsyncResultSetExtractor<T> resultSetExtractor) Deprecated, for removal: This API element is subject to removal in a future version.<T> ListenableFuture<T>AsyncCqlTemplate.query(AsyncPreparedStatementCreator preparedStatementCreator, AsyncResultSetExtractor<T> resultSetExtractor) Deprecated, for removal: This API element is subject to removal in a future version.<T> ListenableFuture<T>AsyncCqlTemplate.query(AsyncPreparedStatementCreator preparedStatementCreator, PreparedStatementBinder psb, AsyncResultSetExtractor<T> resultSetExtractor) Deprecated, for removal: This API element is subject to removal in a future version.
CompletableFuture-based variant.