Uses of Class
org.apache.cassandra.db.ColumnFamilyType

Packages that use ColumnFamilyType
org.apache.cassandra.config   
org.apache.cassandra.db   
 

Uses of ColumnFamilyType in org.apache.cassandra.config
 

Fields in org.apache.cassandra.config declared as ColumnFamilyType
 ColumnFamilyType CFMetaData.cfType
           
 

Methods in org.apache.cassandra.config that return ColumnFamilyType
static ColumnFamilyType DatabaseDescriptor.getColumnFamilyType(java.lang.String tableName, java.lang.String cfName)
           
 

Constructors in org.apache.cassandra.config with parameters of type ColumnFamilyType
CFMetaData(java.lang.String keyspace, java.lang.String name, ColumnFamilyType type, AbstractType comp, AbstractType subcc)
           
 

Uses of ColumnFamilyType in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return ColumnFamilyType
static ColumnFamilyType ColumnFamilyType.create(java.lang.String name)
           
 ColumnFamilyType ColumnFamily.getColumnFamilyType()
           
static ColumnFamilyType ColumnFamilyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColumnFamilyType[] ColumnFamilyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.db with parameters of type ColumnFamilyType
ColumnFamily(ColumnFamilyType type, AbstractType comparator, AbstractType subcolumnComparator, java.lang.Integer cfid)
           
 



Copyright © 2011 The Apache Software Foundation