| Package | Description |
|---|---|
| me.prettyprint.cassandra.model |
The model package defines the thrift/avro reflections used by hector to shield the specific types
of the objects.
|
| Modifier and Type | Method and Description |
|---|---|
CqlQuery<K,N,V> |
CqlQuery.setCqlVersion(String version)
Method will check to see if the version starts with "3" and set
the boolean cql3 to true.
|
CqlQuery<K,N,V> |
CqlQuery.setQuery(ByteBuffer qeury) |
CqlQuery<K,N,V> |
CqlQuery.setQuery(String query)
Set the query as a String.
|
CqlQuery<K,N,V> |
CqlQuery.setSuppressKeyInColumns(boolean suppressKeyInColumns) |
CqlQuery<K,N,V> |
CqlQuery.useCompression() |
Copyright © 2014. All Rights Reserved.