See: Description
| Interface | Description |
|---|---|
| ColumnQuery<K,N,V> |
A ColumnQuery is used for querying the value of a single and standard column.
|
| CounterQuery<K,N> |
A CounterQuery is used for querying the value of a single and standard counter column.
|
| CountQuery<K,N> |
Counts column for a standard column family
|
| MultigetSliceCounterQuery<K,N> |
A query wrapper for the multiget_slice call
|
| MultigetSliceQuery<K,N,V> |
A query wrapper for the multiget_slice call
|
| MultigetSubSliceQuery<K,SN,N,V> |
A query wrapper for the call multiget_slice for subcolumns of supercolumns
|
| MultigetSuperSliceCounterQuery<K,SN,N> |
A query wrapper for the call multiget_slice for a slice of supercolumns
|
| MultigetSuperSliceQuery<K,SN,N,V> |
A query wrapper for the call multiget_slice for a slice of supercolumns
|
| Query<T> |
The Query interface defines the common parts of all hector queries, such as
ThriftColumnQuery. |
| QueryResult<T> |
Return type from queries execution.
|
| RangeSlicesCounterQuery<K,N> |
A query for the call get_range_slices.
|
| 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. |
| RangeSubSlicesCounterQuery<K,SN,N> |
A query for the call get_range_slices on subcolumns of a supercolumns.
|
| RangeSubSlicesQuery<K,SN,N,V> |
A query for the call get_range_slices for subcolumns of supercolumns
|
| RangeSuperSlicesCounterQuery<K,SN,N> |
A query for the call get_range_slices of supercolumns
|
| RangeSuperSlicesQuery<K,SN,N,V> |
A query for the call get_range_slices of supercolumns
|
| SliceCounterQuery<K,N> |
A query for the thrift call get_counter_slice
|
| SliceQuery<K,N,V> |
A query for the thrift call get_slice
|
| SubColumnQuery<K,SN,N,V> |
Used to get the value of a subcolumn within a super column
|
| SubCountQuery<K,SN,N> |
Counts sub columns for a of a key and a super column in a super column family
|
| SubSliceCounterQuery<K,SN,N> |
A query for the call get_slice on subcolumns of a supercolumns.
|
| SubSliceQuery<K,SN,N,V> |
A query for the call get_slice on subcolumns of a supercolumns.
|
| SuperColumnQuery<K,SN,N,V> |
A SuperColumnQuery is used for querying the value of a single entire supercolumn from a SC family
|
| SuperCountQuery<K,SN> |
Counts super column for a of a key in a super column family
|
| SuperSliceCounterQuery<K,SN,N> |
A query for the call get_slice.
|
| SuperSliceQuery<K,SN,N,V> |
A query for the call get_slice.
|
Copyright © 2014. All Rights Reserved.