Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
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,
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.
|