Uses of Class
com.netflix.astyanax.model.ColumnType

Packages that use ColumnType
com.netflix.astyanax.model   
 

Uses of ColumnType in com.netflix.astyanax.model
 

Methods in com.netflix.astyanax.model that return ColumnType
 ColumnType ColumnFamily.getType()
          Deprecated. Super columns should be replaced with composite columns
static ColumnType ColumnType.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static ColumnType[] ColumnType.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.netflix.astyanax.model with parameters of type ColumnType
ColumnFamily(String columnFamilyName, Serializer<K> keySerializer, Serializer<C> columnSerializer, ColumnType type)
          Deprecated. Super columns should be replaced with composite columns
 



Copyright © 2012. All Rights Reserved.