org.apache.cassandra.io.util
Interface IIterableColumns

All Superinterfaces:
java.lang.Iterable<IColumn>
All Known Implementing Classes:
ColumnFamily, LazilyCompactedRow

public interface IIterableColumns
extends java.lang.Iterable<IColumn>


Method Summary
 AbstractType getComparator()
           
 int getEstimatedColumnCount()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getEstimatedColumnCount

int getEstimatedColumnCount()

getComparator

AbstractType getComparator()


Copyright © 2010 The Apache Software Foundation