|
Class Summary |
| AbstractThriftClientWrapper |
For creating wrappers around the Cassandra client in order to perform pre and
post processing |
| ThriftColumnFactory |
|
| ThriftColumnQuery<K,N,V> |
Thrift implementation of the ColumnQuery type. |
| ThriftConverter |
|
| ThriftCounterColumnQuery<K,N> |
Thrift implementation of the ColumnQuery type. |
| ThriftCountQuery<K,N> |
Counts column for a standard column family |
| ThriftFactory |
Utility factory class for creating thrift objects. |
| ThriftMultigetSliceCounterQuery<K,N> |
A query wrapper for the thrift call multiget_slice |
| ThriftMultigetSliceQuery<K,N,V> |
A query wrapper for the thrift call multiget_slice |
| ThriftMultigetSubSliceQuery<K,SN,N,V> |
A query wrapper for the thrift call multiget_slice for subcolumns of supercolumns |
| ThriftMultigetSuperSliceCounterQuery<K,SN,N> |
A query wrapper for the thrift call multiget_slice for a slice of supercolumns |
| ThriftMultigetSuperSliceQuery<K,SN,N,V> |
A query wrapper for the thrift call multiget_slice for a slice of supercolumns |
| ThriftRangeSlicesCounterQuery<K,N> |
A query for the thrift call get_range_slices. |
| ThriftRangeSlicesQuery<K,N,V> |
A query for the thrift call get_range_slices. |
| ThriftRangeSubSlicesCounterQuery<K,SN,N> |
A query for the thrift call get_range_slices for subcolumns of supercolumns |
| ThriftRangeSubSlicesQuery<K,SN,N,V> |
A query for the thrift call get_range_slices for subcolumns of supercolumns |
| ThriftRangeSuperSlicesCounterQuery<K,SN,N> |
A query for the thrift call get_range_slices of supercolumns |
| ThriftRangeSuperSlicesQuery<K,SN,N,V> |
A query for the thrift call get_range_slices of supercolumns |
| ThriftSliceCounterQuery<K,N> |
A query for the thrift call get_slice |
| ThriftSliceQuery<K,N,V> |
A query for the thrift call get_slice |
| ThriftSubColumnQuery<K,SN,N,V> |
Thrift implementation of SubColumnQuery |
| ThriftSubCountQuery<K,SN,N> |
Counts sub columns for a of a key and a super column in a super column family |
| ThriftSubSliceCounterQuery<K,SN,N> |
A query for the thrift call get_slice on subcolumns of a supercolumns. |
| ThriftSubSliceQuery<K,SN,N,V> |
A query for the thrift call get_slice on subcolumns of a supercolumns. |
| ThriftSuperColumnQuery<K,SN,N,V> |
Thrift implementation of the SuperColumnQuery |
| ThriftSuperCountQuery<K,SN> |
Counts super column for a of a key in a super column family |
| ThriftSuperSliceCounterQuery<K,SN,N> |
A query for the thrift call get_slice. |
| ThriftSuperSliceQuery<K,SN,N,V> |
A query for the thrift call get_slice. |
| 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. |