| 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.service | |
| me.prettyprint.hector.api.beans |
| Modifier and Type | Class and Description |
|---|---|
class |
RowImpl<K,N,V>
A Row is a touple consisting of a Key and a Column Slice.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<K,Row<K,N,V>> |
RowsImpl.rows |
protected List<Row<K,N,V>> |
OrderedRowsImpl.rowsList |
| Modifier and Type | Method and Description |
|---|---|
Row<K,N,V> |
RowsImpl.getByKey(K key) |
Row<K,N,V> |
OrderedRowsImpl.peekLast()
Returns the last element in this row result.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row<K,N,V>> |
OrderedRowsImpl.getList()
Preserves rows order
|
Iterator<Row<K,N,V>> |
RowsImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Row<K,N,V> |
RangeSlicesIterator.next() |
Row<K,N,V> |
MultigetSliceIterator.next() |
Row<K,N,V> |
IndexedSlicesIterator.next()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RangeSlicesIterator<K,N,V> |
RangeSlicesIterator.setFilter(SliceFilter<Row<K,N,V>> filter) |
| Modifier and Type | Method and Description |
|---|---|
Row<K,N,V> |
Rows.getByKey(K key) |
Row<K,N,V> |
OrderedRows.peekLast() |
| Modifier and Type | Method and Description |
|---|---|
List<Row<K,N,V>> |
OrderedRows.getList()
Preserves rows order
|
Copyright © 2014. All Rights Reserved.