public class SingletonUnfilteredPartitionIterator extends java.lang.Object implements UnfilteredPartitionIterator
Constructor and Description |
---|
SingletonUnfilteredPartitionIterator(UnfilteredRowIterator iter) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
CFMetaData |
metadata() |
UnfilteredRowIterator |
next() |
void |
remove() |
public SingletonUnfilteredPartitionIterator(UnfilteredRowIterator iter)
public CFMetaData metadata()
metadata
in interface UnfilteredPartitionIterator
public boolean hasNext()
hasNext
in interface java.util.Iterator<UnfilteredRowIterator>
public UnfilteredRowIterator next()
next
in interface java.util.Iterator<UnfilteredRowIterator>
public void remove()
remove
in interface java.util.Iterator<UnfilteredRowIterator>
public void close()
close
in interface java.lang.AutoCloseable
close
in interface BasePartitionIterator<UnfilteredRowIterator>
close
in interface CloseableIterator<UnfilteredRowIterator>
Copyright © 2018 The Apache Software Foundation