| 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.hector.api.beans |
| Modifier and Type | Class and Description |
|---|---|
class |
CounterRowImpl<K,N>
A Row is a touple consisting of a Key and a Column Slice.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<K,CounterRow<K,N>> |
CounterRowsImpl.rows |
| Modifier and Type | Method and Description |
|---|---|
CounterRow<K,N> |
CounterRowsImpl.getByKey(K key) |
CounterRow<K,N> |
OrderedCounterRowsImpl.peekLast()
Returns the last element in this row result.
|
| Modifier and Type | Method and Description |
|---|---|
List<CounterRow<K,N>> |
OrderedCounterRowsImpl.getList()
Preserves rows order
|
Iterator<CounterRow<K,N>> |
CounterRowsImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
CounterRow<K,N> |
CounterRows.getByKey(K key) |
CounterRow<K,N> |
OrderedCounterRows.peekLast() |
| Modifier and Type | Method and Description |
|---|---|
List<CounterRow<K,N>> |
OrderedCounterRows.getList()
Preserves rows order
|
Copyright © 2014. All Rights Reserved.