Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.mapping |
Modifier and Type | Method and Description |
---|---|
ResultSetFuture |
Session.executeAsync(Statement statement)
Executes the provided query asynchronously.
|
ResultSetFuture |
Session.executeAsync(String query)
Executes the provided query asynchronously.
|
ResultSetFuture |
AbstractSession.executeAsync(String query)
Executes the provided query asynchronously.
|
ResultSetFuture |
Session.executeAsync(String query,
Map<String,Object> values)
Executes the provided query asynchronously using the provided values.
|
ResultSetFuture |
AbstractSession.executeAsync(String query,
Map<String,Object> values)
Executes the provided query asynchronously using the provided values.
|
ResultSetFuture |
Session.executeAsync(String query,
Object... values)
Executes the provided query asynchronously using the provided values.
|
ResultSetFuture |
AbstractSession.executeAsync(String query,
Object... values)
Executes the provided query asynchronously using the provided values.
|
Modifier and Type | Method and Description |
---|---|
ListenableFuture<Result<T>> |
Mapper.mapAsync(ResultSetFuture resultSetFuture)
Asynchronously maps the rows from a
ResultSetFuture into the class this is a mapper of. |
Copyright © 2012–2017. All rights reserved.