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

Packages that use Column
org.apache.cassandra.db   
org.apache.cassandra.service   
 

Uses of Column in org.apache.cassandra.db
 

Subclasses of Column in org.apache.cassandra.db
 class DeletedColumn
           
 class ExpiringColumn
          Alternative to Column that have an expiring time.
 

Methods in org.apache.cassandra.db that return Column
 Column ColumnSerializer.deserialize(java.io.DataInput dis)
           
 Column Column.getSubColumn(java.nio.ByteBuffer columnName)
           
 

Methods in org.apache.cassandra.db with parameters of type Column
 void ColumnFamily.addColumn(java.nio.ByteBuffer superColumnName, Column column)
           
 

Uses of Column in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return types with arguments of type Column
static java.util.Collection<Column> MigrationManager.makeColumns(Message msg)
           
 



Copyright © 2010 The Apache Software Foundation