| 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 |
SuperRowImpl<K,SN,N,V>
A SuperRow is a touple consisting of a Key and a SuperSlice.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<K,SuperRow<K,SN,N,V>> |
SuperRowsImpl.rows |
| Modifier and Type | Method and Description |
|---|---|
SuperRow<K,SN,N,V> |
SuperRowsImpl.getByKey(K key) |
| Modifier and Type | Method and Description |
|---|---|
List<SuperRow<K,SN,N,V>> |
OrderedSuperRowsImpl.getList()
Preserves rows order
|
Iterator<SuperRow<K,SN,N,V>> |
SuperRowsImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
SuperRow<K,SN,N,V> |
SuperRows.getByKey(K key) |
| Modifier and Type | Method and Description |
|---|---|
List<SuperRow<K,SN,N,V>> |
OrderedSuperRows.getList()
Preserves rows order
|
Copyright © 2014. All Rights Reserved.