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

Packages that use ColumnFamilyType
org.apache.cassandra.loader   
 

Uses of ColumnFamilyType in org.apache.cassandra.loader
 

Fields in org.apache.cassandra.loader declared as ColumnFamilyType
protected  ColumnFamilyType Importer.columnFamily
           
 

Methods in org.apache.cassandra.loader that return ColumnFamilyType
 ColumnFamilyType ObjectFactory.createColumnFamilyType()
          Create an instance of ColumnFamilyType
 ColumnFamilyType Importer.getColumnFamily()
          Gets the value of the columnFamily property.
 

Methods in org.apache.cassandra.loader with parameters of type ColumnFamilyType
 void Importer.setColumnFamily(ColumnFamilyType value)
          Sets the value of the columnFamily property.
 



Copyright © 2009 The Apache Software Foundation