| Package | Description |
|---|---|
| me.prettyprint.cassandra.model.thrift | |
| me.prettyprint.cassandra.service | |
| me.prettyprint.cassandra.service.spring | |
| me.prettyprint.hector.api.factory | |
| me.prettyprint.hector.api.query |
The api.query package defines the different query types
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThriftSliceQuery<K,N,V>
A query for the thrift call get_slice
|
| Modifier and Type | Method and Description |
|---|---|
SliceQuery<K,N,V> |
ThriftSliceQuery.setColumnFamily(String cf) |
SliceQuery<K,N,V> |
ThriftSliceQuery.setColumnNames(N... columnNames) |
SliceQuery<K,N,V> |
ThriftSliceQuery.setKey(K key) |
SliceQuery<K,N,V> |
ThriftSliceQuery.setRange(N start,
N finish,
boolean reversed,
int count) |
| Constructor and Description |
|---|
ColumnSliceIterator(SliceQuery<K,N,V> query,
N start,
ColumnSliceIterator.ColumnSliceFinish<N> finish,
boolean reversed)
Constructor
|
ColumnSliceIterator(SliceQuery<K,N,V> query,
N start,
ColumnSliceIterator.ColumnSliceFinish<N> finish,
boolean reversed,
int count)
Constructor
|
ColumnSliceIterator(SliceQuery<K,N,V> query,
N start,
N finish,
boolean reversed)
Constructor
|
ColumnSliceIterator(SliceQuery<K,N,V> query,
N start,
N finish,
boolean reversed,
int count)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
<K> SliceQuery<K,ByteBuffer,ByteBuffer> |
HectorTemplateImpl.createSliceQuery() |
<K> SliceQuery<K,ByteBuffer,ByteBuffer> |
HectorTemplate.createSliceQuery() |
<K,N,V> SliceQuery<K,N,V> |
HectorTemplateImpl.createSliceQuery(Serializer<K> keySerializer,
Serializer<N> nameSerializer,
Serializer<V> valueSerializer) |
<K,N,V> SliceQuery<K,N,V> |
HectorTemplate.createSliceQuery(Serializer<K> keySerializer,
Serializer<N> nameSerializer,
Serializer<V> valueSerializer) |
| Modifier and Type | Method and Description |
|---|---|
static <K,N,V> SliceQuery<K,N,V> |
HFactory.createSliceQuery(Keyspace keyspace,
Serializer<K> keySerializer,
Serializer<N> nameSerializer,
Serializer<V> valueSerializer) |
| Modifier and Type | Method and Description |
|---|---|
SliceQuery<K,N,V> |
SliceQuery.setColumnFamily(String cf) |
SliceQuery<K,N,V> |
SliceQuery.setColumnNames(N... columnNames) |
SliceQuery<K,N,V> |
SliceQuery.setKey(K key) |
SliceQuery<K,N,V> |
SliceQuery.setRange(N start,
N finish,
boolean reversed,
int count) |
Copyright © 2014. All Rights Reserved.