|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Row | |
---|---|
com.netflix.astyanax.model | |
com.netflix.astyanax.recipes | |
com.netflix.astyanax.shallows | |
com.netflix.astyanax.thrift | |
com.netflix.astyanax.thrift.model |
Uses of Row in com.netflix.astyanax.model |
---|
Methods in com.netflix.astyanax.model that return Row | |
---|---|
Row<K,C> |
Rows.getRow(K key)
Return the row for a specific key. |
Row<K,C> |
Rows.getRowByIndex(int i)
Return a row by it's index in the response. |
Uses of Row in com.netflix.astyanax.recipes |
---|
Method parameters in com.netflix.astyanax.recipes with type arguments of type Row | |
---|---|
ReverseIndexQuery<K,C,V> |
ReverseIndexQuery.forEach(com.google.common.base.Function<Row<K,C>,Void> callback)
|
Uses of Row in com.netflix.astyanax.shallows |
---|
Methods in com.netflix.astyanax.shallows that return Row | |
---|---|
Row<K,C> |
EmptyRowsImpl.getRow(K key)
|
Row<K,C> |
EmptyRowsImpl.getRowByIndex(int i)
|
Methods in com.netflix.astyanax.shallows that return types with arguments of type Row | |
---|---|
Iterator<Row<K,C>> |
EmptyRowsImpl.iterator()
|
Uses of Row in com.netflix.astyanax.thrift |
---|
Methods in com.netflix.astyanax.thrift that return Row | |
---|---|
Row<K,C> |
ThriftAllRowsImpl.getRow(K key)
|
Row<K,C> |
ThriftAllRowsImpl.getRowByIndex(int i)
|
Methods in com.netflix.astyanax.thrift that return types with arguments of type Row | |
---|---|
Iterator<Row<K,C>> |
ThriftAllRowsImpl.iterator()
Each call to .iterator() returns a new context starting at the beginning of the column family. |
Uses of Row in com.netflix.astyanax.thrift.model |
---|
Classes in com.netflix.astyanax.thrift.model that implement Row | |
---|---|
class |
ThriftRowImpl<K,C>
|
Methods in com.netflix.astyanax.thrift.model that return Row | |
---|---|
Row<K,C> |
ThriftRowsSliceImpl.getRow(K key)
|
Row<K,C> |
ThriftRowsListImpl.getRow(K key)
|
Row<K,C> |
ThriftCqlRowsImpl.getRow(K key)
|
Row<K,C> |
ThriftRowsSliceImpl.getRowByIndex(int index)
|
Row<K,C> |
ThriftRowsListImpl.getRowByIndex(int i)
|
Row<K,C> |
ThriftCqlRowsImpl.getRowByIndex(int i)
|
Methods in com.netflix.astyanax.thrift.model that return types with arguments of type Row | |
---|---|
Iterator<Row<K,C>> |
ThriftRowsSliceImpl.iterator()
|
Iterator<Row<K,C>> |
ThriftRowsListImpl.iterator()
|
Iterator<Row<K,C>> |
ThriftCqlRowsImpl.iterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |