org.apache.cassandra.db.columniterator
Interface ISSTableColumnIterator

All Superinterfaces:
java.io.Closeable, CloseableIterator<OnDiskAtom>, java.util.Iterator<OnDiskAtom>, OnDiskAtomIterator
All Known Implementing Classes:
SSTableNamesIterator, SSTableSliceIterator

public interface ISSTableColumnIterator
extends OnDiskAtomIterator


Method Summary
 SSTableReader getSStable()
           
 
Methods inherited from interface org.apache.cassandra.db.columniterator.OnDiskAtomIterator
close, getColumnFamily, getKey
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getSStable

SSTableReader getSStable()


Copyright © 2013 The Apache Software Foundation