| 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 |
CounterSuperRowImpl<K,SN,N>
A SuperRow is a touple consisting of a Key and a SuperSlice.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<K,CounterSuperRow<K,SN,N>> |
CounterSuperRowsImpl.rows |
| Modifier and Type | Method and Description |
|---|---|
CounterSuperRow<K,SN,N> |
CounterSuperRowsImpl.getByKey(K key) |
| Modifier and Type | Method and Description |
|---|---|
List<CounterSuperRow<K,SN,N>> |
OrderedCounterSuperRowsImpl.getList()
Preserves rows order
|
Iterator<CounterSuperRow<K,SN,N>> |
CounterSuperRowsImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
CounterSuperRow<K,SN,N> |
CounterSuperRows.getByKey(K key) |
| Modifier and Type | Method and Description |
|---|---|
List<CounterSuperRow<K,SN,N>> |
OrderedCounterSuperRows.getList()
Preserves rows order
|
Copyright © 2014. All Rights Reserved.