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.
|
Copyright © 2012–2015. All rights reserved.