| java.lang.Object | |
| ↳ | com.netflix.astyanax.thrift.AbstractRowSliceQueryImpl<K, C> |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| predicate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Specify a range of columns to return.
| |||||||||||
Specify a range of composite columns.
| |||||||||||
Specify a range and provide pre-constructed start and end columns.
| |||||||||||
Specify a non-contiguous set of columns to retrieve.
| |||||||||||
Specify a non-contiguous set of columns to retrieve.
| |||||||||||
Use this when your application caches the column slice.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.netflix.astyanax.Execution
| |||||||||||
From interface
com.netflix.astyanax.query.RowSliceQuery
| |||||||||||
Specify a range of columns to return.
| startColumn | First column in the range |
|---|---|
| endColumn | Last column in the range |
| reversed | True if the order should be reversed. Note that for reversed, startColumn should be greater than endColumn. |
| count | Maximum number of columns to return (similar to SQL LIMIT) |
Specify a range of composite columns. Use this in conjunction with the AnnotatedCompositeSerializer.buildRange().
Specify a range and provide pre-constructed start and end columns. Use this with Composite columns
Specify a non-contiguous set of columns to retrieve.
Specify a non-contiguous set of columns to retrieve.
Use this when your application caches the column slice.