|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.common.collect.UnmodifiableIterator<T> com.google.common.collect.AbstractIterator<IColumn> org.apache.cassandra.db.filter.SimpleAbstractColumnIterator
public abstract class SimpleAbstractColumnIterator
Constructor Summary | |
---|---|
SimpleAbstractColumnIterator()
|
Method Summary | |
---|---|
void |
close()
clean up any open resources |
Methods inherited from class com.google.common.collect.AbstractIterator |
---|
computeNext, endOfData, hasNext, next, peek |
Methods inherited from class com.google.common.collect.UnmodifiableIterator |
---|
remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cassandra.db.filter.ColumnIterator |
---|
getColumnFamily |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Constructor Detail |
---|
public SimpleAbstractColumnIterator()
Method Detail |
---|
public void close() throws java.io.IOException
ColumnIterator
close
in interface ColumnIterator
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |