Uses of Interface
com.netflix.astyanax.model.Rows

Packages that use Rows
com.netflix.astyanax   
com.netflix.astyanax.mapping   
com.netflix.astyanax.model   
com.netflix.astyanax.shallows   
com.netflix.astyanax.thrift   
com.netflix.astyanax.thrift.model   
com.netflix.astyanax.util   
 

Uses of Rows in com.netflix.astyanax
 

Methods in com.netflix.astyanax with parameters of type Rows
 void RowCallback.success(Rows<K,C> rows)
          Notification for each block of rows.
 

Uses of Rows in com.netflix.astyanax.mapping
 

Methods in com.netflix.astyanax.mapping with parameters of type Rows
 List<T> Mapping.getAll(Rows<?,String> rows)
          Load a set of rows into new instances populated with values from the column lists
 

Uses of Rows in com.netflix.astyanax.model
 

Methods in com.netflix.astyanax.model that return Rows
 Rows<K,C> CqlResult.getRows()
           
 

Uses of Rows in com.netflix.astyanax.shallows
 

Classes in com.netflix.astyanax.shallows that implement Rows
 class EmptyRowsImpl<K,C>
           
 

Uses of Rows in com.netflix.astyanax.thrift
 

Classes in com.netflix.astyanax.thrift that implement Rows
 class ThriftAllRowsImpl<K,C>
           
 

Uses of Rows in com.netflix.astyanax.thrift.model
 

Classes in com.netflix.astyanax.thrift.model that implement Rows
 class ThriftCqlRowsImpl<K,C>
           
 class ThriftRowsListImpl<K,C>
           
 class ThriftRowsSliceImpl<K,C>
           
 

Methods in com.netflix.astyanax.thrift.model that return Rows
 Rows<K,C> ThriftCqlResultImpl.getRows()
           
 

Constructors in com.netflix.astyanax.thrift.model with parameters of type Rows
ThriftCqlResultImpl(Rows<K,C> rows)
           
 

Uses of Rows in com.netflix.astyanax.util
 

Methods in com.netflix.astyanax.util with parameters of type Rows
 void RowsWriter.write(Rows<?,?> rows)
           
 void JsonRowsWriter.write(Rows<?,?> rows)
           
 void CsvRowsWriter.write(Rows<?,?> rows)
           
 



Copyright © 2012. All Rights Reserved.