|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CounterRow | |
|---|---|
| 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 | |
| Uses of CounterRow in me.prettyprint.cassandra.model |
|---|
| Classes in me.prettyprint.cassandra.model that implement CounterRow | |
|---|---|
class |
CounterRowImpl<K,N>
A Row is a touple consisting of a Key and a Column Slice. |
| Fields in me.prettyprint.cassandra.model with type parameters of type CounterRow | |
|---|---|
protected Map<K,CounterRow<K,N>> |
CounterRowsImpl.rows
|
| Methods in me.prettyprint.cassandra.model that return CounterRow | |
|---|---|
CounterRow<K,N> |
CounterRowsImpl.getByKey(K key)
|
CounterRow<K,N> |
OrderedCounterRowsImpl.peekLast()
Returns the last element in this row result. |
| Methods in me.prettyprint.cassandra.model that return types with arguments of type CounterRow | |
|---|---|
List<CounterRow<K,N>> |
OrderedCounterRowsImpl.getList()
Preserves rows order |
Iterator<CounterRow<K,N>> |
CounterRowsImpl.iterator()
|
| Uses of CounterRow in me.prettyprint.hector.api.beans |
|---|
| Methods in me.prettyprint.hector.api.beans that return CounterRow | |
|---|---|
CounterRow<K,N> |
CounterRows.getByKey(K key)
|
CounterRow<K,N> |
OrderedCounterRows.peekLast()
|
| Methods in me.prettyprint.hector.api.beans that return types with arguments of type CounterRow | |
|---|---|
List<CounterRow<K,N>> |
OrderedCounterRows.getList()
Preserves rows order |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||