com.datastax.driver.stress
Class QueryGenerator.Request.PreparedQuery
java.lang.Object
com.datastax.driver.stress.QueryGenerator.Request.PreparedQuery
- All Implemented Interfaces:
- QueryGenerator.Request
- Enclosing interface:
- QueryGenerator.Request
public static class QueryGenerator.Request.PreparedQuery
- extends Object
- implements QueryGenerator.Request
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryGenerator.Request.PreparedQuery
public QueryGenerator.Request.PreparedQuery(BoundStatement query)
execute
public ResultSet execute(Session session)
throws NoHostAvailableException
- Specified by:
execute in interface QueryGenerator.Request
- Throws:
NoHostAvailableException
executeAsync
public ResultSetFuture executeAsync(Session session)
throws NoHostAvailableException
- Specified by:
executeAsync in interface QueryGenerator.Request
- Throws:
NoHostAvailableException
Copyright © 2013. All Rights Reserved.