| Package | Description | 
|---|---|
| com.datastax.driver.core | 
 The main package for the DataStax Java driver for Cassandra. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleStatement | 
SimpleStatement.setKeyspace(String keyspace)
Sets the keyspace this query operates on. 
 | 
SimpleStatement | 
SimpleStatement.setRoutingKey(ByteBuffer... routingKeyComponents)
Sets the routing key for this query. 
 | 
SimpleStatement | 
SimpleStatement.setRoutingKey(ByteBuffer routingKey)
Sets the routing key for this query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
QueryLogger.appendParameters(SimpleStatement statement,
                StringBuilder buffer,
                int remaining)  | 
Copyright © 2012–2017. All rights reserved.