|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoHostAvailableException | |
|---|---|
| com.datastax.driver.core | The main package for the DataStax Java driver for Cassandra. |
| Uses of NoHostAvailableException in com.datastax.driver.core |
|---|
| Methods in com.datastax.driver.core that throw NoHostAvailableException | |
|---|---|
Cluster |
Cluster.Builder.build()
Build the cluster with the configured set of initial contact points and policies. |
static Cluster |
Cluster.buildFrom(Cluster.Initializer initializer)
Build a new cluster based on the provided initializer. |
Session |
Cluster.connect(String keyspace)
Creates a new session on this cluster and sets a keyspace to use. |
ResultSet |
Session.execute(Query query)
Execute the provided query. |
ResultSet |
Session.execute(String query)
Execute 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 given time for the query to return and return its result if available. |
PreparedStatement |
Session.prepare(String query)
Prepare the provided query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||