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

Packages that use ColumnList
com.netflix.astyanax.mapping   
com.netflix.astyanax.model   
com.netflix.astyanax.shallows   
com.netflix.astyanax.thrift.model   
 

Uses of ColumnList in com.netflix.astyanax.mapping
 

Methods in com.netflix.astyanax.mapping with parameters of type ColumnList
 T Mapping.initInstance(T instance, ColumnList<String> columns)
          Populate the given instance with the values from the given column list
 T Mapping.newInstance(ColumnList<String> columns)
          Allocate a new instance and populate it with the values from the given column list
 

Uses of ColumnList in com.netflix.astyanax.model
 

Methods in com.netflix.astyanax.model that return ColumnList
 ColumnList<C> Row.getColumns()
          Child columns of the row.
<C2> ColumnList<C2>
Column.getSubColumns(Serializer<C2> ser)
          Deprecated. Super columns should be replaced with composite columns
 

Uses of ColumnList in com.netflix.astyanax.shallows
 

Classes in com.netflix.astyanax.shallows that implement ColumnList
 class EmptyColumnList<C>
           
 

Methods in com.netflix.astyanax.shallows that return ColumnList
<C2> ColumnList<C2>
EmptyColumn.getSubColumns(Serializer<C2> ser)
           
 

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

Classes in com.netflix.astyanax.thrift.model that implement ColumnList
 class ThriftColumnListImpl<C>
          Wrapper for a simple list of columns where each column has a scalar value.
 class ThriftColumnOrSuperColumnListImpl<C>
          List of columns that can be either a list of super columns or standard columns.
 class ThriftCounterColumnListImpl<C>
           
 

Methods in com.netflix.astyanax.thrift.model that return ColumnList
 ColumnList<C> ThriftRowImpl.getColumns()
           
<C2> ColumnList<C2>
ThriftSuperColumnImpl.getSubColumns(Serializer<C2> ser)
           
<C2> ColumnList<C2>
ThriftCounterSuperColumnImpl.getSubColumns(Serializer<C2> ser)
           
<C2> ColumnList<C2>
ThriftCounterColumnImpl.getSubColumns(Serializer<C2> ser)
           
<C2> ColumnList<C2>
ThriftColumnImpl.getSubColumns(Serializer<C2> ser)
           
 

Constructors in com.netflix.astyanax.thrift.model with parameters of type ColumnList
ThriftRowImpl(K key, ByteBuffer byteBuffer, ColumnList<C> columns)
           
 



Copyright © 2012. All Rights Reserved.