| com.netflix.astyanax.model.Rows<K, C> |
Known Indirect Subclasses
EmptyRowsImpl<K, C>,
ThriftAllRowsImpl<K, C>,
ThriftCqlRowsImpl<K, C>,
ThriftRowsListImpl<K, C>,
ThriftRowsSliceImpl<K, C>
|
Interface to a collection or Rows with key type K and column type C. The rows can be either super or standard, but not both.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the row for a specific key.
| |||||||||||
Return a row by it's index in the response.
| |||||||||||
Determine if the row list has data
| |||||||||||
Get the number of rows in the list
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.Iterable
| |||||||||||
Return the row for a specific key. Will return an exception if the result set is a list and not a lookup.
Determine if the row list has data
Get the number of rows in the list