| 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.
|
| me.prettyprint.cassandra.model.thrift | |
| me.prettyprint.hector.api.query |
The api.query package defines the different query types
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBasicQuery<K,N,T> |
class |
AbstractColumnQuery<K,N,V>
Defines the commonalities b/w the Avro and the Thrift ColumnQuery implementations.
|
class |
AbstractQuery<K,N,V,T> |
class |
AbstractSliceQuery<K,N,V,T>
Base type for SliceQuery, RangeSliceQuery and MultigetSliceQuery
|
class |
AbstractSubColumnQuery<K,SN,N,V> |
class |
AbstractSuperColumnQuery<K,SN,N,V>
Defines the commonalities b/w avro and thrift SuperColumnQuery implementations
|
class |
CqlQuery<K,N,V>
First cut at a CQL implementation.
|
class |
IndexedSlicesQuery<K,N,V>
Deprecated.
|
class |
MultigetCountQuery<K,N> |
class |
MultigetSubCountQuery<K,SN,N>
Does a multi_get_count within a given superColumn
|
| Modifier and Type | Method and Description |
|---|---|
Query<T> |
QueryResultImpl.getQuery() |
Query<T> |
AbstractBasicQuery.setColumnFamily(String cf) |
Query<T> |
AbstractSliceQuery.setColumnNames(Collection<N> columnNames)
Sets the column names to be retrieved by this query
|
Query<T> |
AbstractSliceQuery.setColumnNames(N... columnNames)
Sets the column names to be retrieved by this query
|
Query<T> |
AbstractSliceQuery.setRange(N start,
N finish,
boolean reversed,
int count)
Set a predicate of start/finish to retrieve a list of columns in this range.
|
| Constructor and Description |
|---|
QueryResultImpl(ExecutionResult<T> res,
Query<T> query) |
QueryResultImpl(T value,
long execTime,
CassandraHost cassandraHost,
Query<T> query) |
| Modifier and Type | Class and Description |
|---|---|
class |
ThriftColumnQuery<K,N,V>
Thrift implementation of the ColumnQuery type.
|
class |
ThriftCounterColumnQuery<K,N>
Thrift implementation of the ColumnQuery type.
|
class |
ThriftCountQuery<K,N>
Counts column for a standard column family
|
class |
ThriftMultigetSliceCounterQuery<K,N>
A query wrapper for the thrift call multiget_slice
|
class |
ThriftMultigetSliceQuery<K,N,V>
A query wrapper for the thrift call multiget_slice
|
class |
ThriftMultigetSubSliceQuery<K,SN,N,V>
A query wrapper for the thrift call multiget_slice for subcolumns of supercolumns
|
class |
ThriftMultigetSuperSliceCounterQuery<K,SN,N>
A query wrapper for the thrift call multiget_slice for a slice of supercolumns
|
class |
ThriftMultigetSuperSliceQuery<K,SN,N,V>
A query wrapper for the thrift call multiget_slice for a slice of supercolumns
|
class |
ThriftRangeSlicesCounterQuery<K,N>
A query for the thrift call get_range_slices.
|
class |
ThriftRangeSlicesQuery<K,N,V>
A query for the thrift call get_range_slices.
|
class |
ThriftRangeSubSlicesCounterQuery<K,SN,N>
A query for the thrift call get_range_slices for subcolumns of supercolumns
|
class |
ThriftRangeSubSlicesQuery<K,SN,N,V>
A query for the thrift call get_range_slices for subcolumns of supercolumns
|
class |
ThriftRangeSuperSlicesCounterQuery<K,SN,N>
A query for the thrift call get_range_slices of supercolumns
|
class |
ThriftRangeSuperSlicesQuery<K,SN,N,V>
A query for the thrift call get_range_slices of supercolumns
|
class |
ThriftSliceCounterQuery<K,N>
A query for the thrift call get_slice
|
class |
ThriftSliceQuery<K,N,V>
A query for the thrift call get_slice
|
class |
ThriftSubColumnQuery<K,SN,N,V>
Thrift implementation of SubColumnQuery
|
class |
ThriftSubCountQuery<K,SN,N>
Counts sub columns for a of a key and a super column in a super column family
|
class |
ThriftSubSliceCounterQuery<K,SN,N>
A query for the thrift call get_slice on subcolumns of a supercolumns.
|
class |
ThriftSubSliceQuery<K,SN,N,V>
A query for the thrift call get_slice on subcolumns of a supercolumns.
|
class |
ThriftSuperColumnQuery<K,SN,N,V>
Thrift implementation of the SuperColumnQuery
|
class |
ThriftSuperCountQuery<K,SN>
Counts super column for a of a key in a super column family
|
class |
ThriftSuperSliceCounterQuery<K,SN,N>
A query for the thrift call get_slice.
|
class |
ThriftSuperSliceQuery<K,SN,N,V>
A query for the thrift call get_slice.
|
class |
ThriftTypeInferringColumnQuery<K,N,V>
The same as ColumnQuery, but dynamically inferring the serializers needed to transform the key
and column name to their binary form.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnQuery<K,N,V>
A ColumnQuery is used for querying the value of a single and standard column.
|
interface |
CounterQuery<K,N>
A CounterQuery is used for querying the value of a single and standard counter column.
|
interface |
CountQuery<K,N>
Counts column for a standard column family
|
interface |
MultigetSliceCounterQuery<K,N>
A query wrapper for the multiget_slice call
|
interface |
MultigetSliceQuery<K,N,V>
A query wrapper for the multiget_slice call
|
interface |
MultigetSubSliceQuery<K,SN,N,V>
A query wrapper for the call multiget_slice for subcolumns of supercolumns
|
interface |
MultigetSuperSliceCounterQuery<K,SN,N>
A query wrapper for the call multiget_slice for a slice of supercolumns
|
interface |
MultigetSuperSliceQuery<K,SN,N,V>
A query wrapper for the call multiget_slice for a slice of supercolumns
|
interface |
RangeSlicesCounterQuery<K,N>
A query for the call get_range_slices.
|
interface |
RangeSlicesQuery<K,N,V>
A query for the call get_range_slices.
In order to use comparison expressions (i.e addEqualsExpression) your CF must be configured to use secondary indexes. |
interface |
RangeSubSlicesCounterQuery<K,SN,N>
A query for the call get_range_slices on subcolumns of a supercolumns.
|
interface |
RangeSubSlicesQuery<K,SN,N,V>
A query for the call get_range_slices for subcolumns of supercolumns
|
interface |
RangeSuperSlicesCounterQuery<K,SN,N>
A query for the call get_range_slices of supercolumns
|
interface |
RangeSuperSlicesQuery<K,SN,N,V>
A query for the call get_range_slices of supercolumns
|
interface |
SliceCounterQuery<K,N>
A query for the thrift call get_counter_slice
|
interface |
SliceQuery<K,N,V>
A query for the thrift call get_slice
|
interface |
SubColumnQuery<K,SN,N,V>
Used to get the value of a subcolumn within a super column
|
interface |
SubCountQuery<K,SN,N>
Counts sub columns for a of a key and a super column in a super column family
|
interface |
SubSliceCounterQuery<K,SN,N>
A query for the call get_slice on subcolumns of a supercolumns.
|
interface |
SubSliceQuery<K,SN,N,V>
A query for the call get_slice on subcolumns of a supercolumns.
|
interface |
SuperColumnQuery<K,SN,N,V>
A SuperColumnQuery is used for querying the value of a single entire supercolumn from a SC family
|
interface |
SuperCountQuery<K,SN>
Counts super column for a of a key in a super column family
|
interface |
SuperSliceCounterQuery<K,SN,N>
A query for the call get_slice.
|
interface |
SuperSliceQuery<K,SN,N,V>
A query for the call get_slice.
|
| Modifier and Type | Method and Description |
|---|---|
Query<T> |
QueryResult.getQuery() |
Copyright © 2014. All Rights Reserved.