SN - type of the supercolumn namesN - type of the column namesV - type of the column valuespublic interface RangeSuperSlicesQuery<K,SN,N,V> extends Query<OrderedSuperRows<K,SN,N,V>>
| Modifier and Type | Method and Description |
|---|---|
RangeSuperSlicesQuery<K,SN,N,V> |
setColumnFamily(String cf) |
RangeSuperSlicesQuery<K,SN,N,V> |
setColumnNames(SN... columnNames) |
RangeSuperSlicesQuery<K,SN,N,V> |
setKeys(K start,
K end) |
RangeSuperSlicesQuery<K,SN,N,V> |
setRange(SN start,
SN finish,
boolean reversed,
int count) |
RangeSuperSlicesQuery<K,SN,N,V> |
setRowCount(int rowCount) |
RangeSuperSlicesQuery<K,SN,N,V> setRowCount(int rowCount)
Copyright © 2014. All Rights Reserved.