I
- Vertex idpublic interface VertexIdIterator<I extends org.apache.hadoop.io.WritableComparable>
Modifier and Type | Method and Description |
---|---|
I |
getCurrentVertexId()
Get the current vertex id.
|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
void |
next()
Moves to the next element in the iteration.
|
I |
releaseCurrentVertexId()
The backing store of the current vertex id is now released.
|
boolean hasNext()
void next()
I getCurrentVertexId()
I releaseCurrentVertexId()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.