Package me.prettyprint.hector.api.beans

Interface Summary
ColumnSlice<N,V> A ColumnSlice represents a set of columns as returned by calls such as get_slice
CounterRow<K,N> A Row is a touple consisting of a Key and a Column Slice.
CounterRows<K,N> Returned by a MultigetSliceQuery (multiget_slice thrift call)
CounterSlice<N> A ColumnSlice represents a set of columns as returned by calls such as get_slice
CounterSuperRow<K,SN,N> A SuperRow is a touple consisting of a Key and a SuperSlice.
CounterSuperRows<K,SN,N> Returned by a MultigetSuperSliceQuery (multiget_slice for supercolumns)
CounterSuperSlice<SN,N> Represents a return of the get_slice query for supercolumns
HColumn<N,V> Hector Column definition.
HCounterColumn<N> Hector Counter Column definition.
HCounterSuperColumn<SN,N> Models a Counter SuperColumn.
HSuperColumn<SN,N,V> Models a SuperColumn in a protocol independant manner
OrderedCounterRows<K,N> Return type from get_range_slices for simple columns
OrderedCounterSuperRows<K,SN,N>  
OrderedRows<K,N,V> Return type from get_range_slices for simple columns
OrderedSuperRows<K,SN,N,V>  
Row<K,N,V> A Row is a touple consisting of a Key and a Column Slice.
Rows<K,N,V> Returned by a MultigetSliceQuery (multiget_slice thrift call)
SuperRow<K,SN,N,V> A SuperRow is a touple consisting of a Key and a SuperSlice.
SuperRows<K,SN,N,V> Returned by a MultigetSuperSliceQuery (multiget_slice for supercolumns)
SuperSlice<SN,N,V> Represents a return of the get_slice query for supercolumns
 

Class Summary
AbstractComposite Parent class of Composite and DynamicComposite.
Composite  
DynamicComposite  
 

Enum Summary
AbstractComposite.ComponentEquality  
 



Copyright © 2011. All Rights Reserved.