public class HadoopVertexIterator extends HadoopElementIterator<Vertex>
graph, readers| Constructor and Description |
|---|
HadoopVertexIterator(HadoopGraph graph) |
HadoopVertexIterator(HadoopGraph graph,
org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.NullWritable,VertexWritable> inputFormat,
org.apache.hadoop.fs.Path path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Vertex |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic HadoopVertexIterator(HadoopGraph graph, org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.NullWritable,VertexWritable> inputFormat, org.apache.hadoop.fs.Path path) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic HadoopVertexIterator(HadoopGraph graph) throws IOException
IOExceptionpublic Vertex next()
public boolean hasNext()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.