|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Row | |
|---|---|
| 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.service | |
| me.prettyprint.hector.api.beans | |
| Uses of Row in me.prettyprint.cassandra.model |
|---|
| Classes in me.prettyprint.cassandra.model that implement Row | |
|---|---|
class |
RowImpl<K,N,V>
A Row is a touple consisting of a Key and a Column Slice. |
| Fields in me.prettyprint.cassandra.model with type parameters of type Row | |
|---|---|
protected Map<K,Row<K,N,V>> |
RowsImpl.rows
|
protected List<Row<K,N,V>> |
OrderedRowsImpl.rowsList
|
| Methods in me.prettyprint.cassandra.model that return Row | |
|---|---|
Row<K,N,V> |
RowsImpl.getByKey(K key)
|
Row<K,N,V> |
OrderedRowsImpl.peekLast()
Returns the last element in this row result. |
| Methods in me.prettyprint.cassandra.model that return types with arguments of type Row | |
|---|---|
List<Row<K,N,V>> |
OrderedRowsImpl.getList()
Preserves rows order |
Iterator<Row<K,N,V>> |
RowsImpl.iterator()
|
| Uses of Row in me.prettyprint.cassandra.service |
|---|
| Methods in me.prettyprint.cassandra.service that return Row | |
|---|---|
Row<K,N,V> |
RangeSlicesIterator.next()
|
Row<K,N,V> |
MultigetSliceIterator.next()
|
Row<K,N,V> |
IndexedSlicesIterator.next()
Deprecated. |
| Method parameters in me.prettyprint.cassandra.service with type arguments of type Row | |
|---|---|
RangeSlicesIterator<K,N,V> |
RangeSlicesIterator.setFilter(SliceFilter<Row<K,N,V>> filter)
|
| Uses of Row in me.prettyprint.hector.api.beans |
|---|
| Methods in me.prettyprint.hector.api.beans that return Row | |
|---|---|
Row<K,N,V> |
Rows.getByKey(K key)
|
Row<K,N,V> |
OrderedRows.peekLast()
|
| Methods in me.prettyprint.hector.api.beans that return types with arguments of type Row | |
|---|---|
List<Row<K,N,V>> |
OrderedRows.getList()
Preserves rows order |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||