Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
Session.execute(Query query)
Executes the provided query.
|
ResultSet |
Session.execute(String query)
Executes the provided query.
|
ResultSet |
ResultSetFuture.getUninterruptibly()
Waits for the query to return and return its result.
|
ResultSet |
ResultSetFuture.getUninterruptibly(long timeout,
TimeUnit unit)
Waits for the provided time for the query to return and return its
result if available.
|
Copyright © 2014. All Rights Reserved.