Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.dse.graph |
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) |
Modifier and Type | Method and Description |
---|---|
SimpleStatement |
SimpleGraphStatement.unwrap() |