Uses of Interface
org.apache.cassandra.io.util.IIterableColumns

Packages that use IIterableColumns
org.apache.cassandra.db   
org.apache.cassandra.io   
 

Uses of IIterableColumns in org.apache.cassandra.db
 

Classes in org.apache.cassandra.db that implement IIterableColumns
 class ColumnFamily
           
 

Methods in org.apache.cassandra.db with parameters of type IIterableColumns
static void ColumnIndexer.serialize(IIterableColumns columns, java.io.DataOutput dos)
          Given a column family this, function creates an in-memory structure that represents the column index for the column family, and subsequently writes it to disk.
static void ColumnIndexer.serializeInternal(IIterableColumns columns, java.io.DataOutput dos)
           
 

Uses of IIterableColumns in org.apache.cassandra.io
 

Classes in org.apache.cassandra.io that implement IIterableColumns
 class LazilyCompactedRow
          LazilyCompactedRow only computes the row bloom filter and column index in memory (at construction time); it does this by reading one column at a time from each of the rows being compacted, and merging them as it does so.
 



Copyright © 2010 The Apache Software Foundation