SN - type of the super column nameN - type of the column nameV - type of the column valuepublic interface SuperSliceQuery<K,SN,N,V> extends Query<SuperSlice<SN,N,V>>
Get a slice of super columns from a super column family.
| Modifier and Type | Method and Description |
|---|---|
Collection<SN> |
getColumnNames() |
SuperSliceQuery<K,SN,N,V> |
setColumnFamily(String cf) |
SuperSliceQuery<K,SN,N,V> |
setColumnNames(SN... columnNames) |
SuperSliceQuery<K,SN,N,V> |
setKey(K key) |
SuperSliceQuery<K,SN,N,V> |
setRange(SN start,
SN finish,
boolean reversed,
int count) |
Collection<SN> getColumnNames()
Copyright © 2014. All Rights Reserved.