public abstract class HadoopElementIterator<E extends Element> extends Object implements Iterator<E>, AutoCloseable
Modifier and Type | Field and Description |
---|---|
protected HadoopGraph |
graph |
protected Queue<<any>> |
readers |
Constructor and Description |
---|
HadoopElementIterator(HadoopGraph graph) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next, remove
protected final HadoopGraph graph
protected final Queue<<any>> readers
public HadoopElementIterator(HadoopGraph graph)
public void close()
close
in interface AutoCloseable
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.