This project has retired. For details please refer to its
Attic page.
SendMessageCache.TargetVertexIdIterator (Apache Giraph Parent 1.4.0-SNAPSHOT API)
- java.lang.Object
-
- org.apache.giraph.comm.SendMessageCache.TargetVertexIdIterator<I>
-
- All Implemented Interfaces:
- Iterator<I>
- Enclosing class:
- SendMessageCache<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
public static class SendMessageCache.TargetVertexIdIterator<I extends org.apache.hadoop.io.WritableComparable>
extends Object
implements Iterator<I>
An iterator wrapper on edges to return
target vertex ids.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<I extends org.apache.hadoop.io.WritableComparable>
-
next
public I next()
- Specified by:
next
in interface Iterator<I extends org.apache.hadoop.io.WritableComparable>
-
remove
public void remove()
- Specified by:
remove
in interface Iterator<I extends org.apache.hadoop.io.WritableComparable>
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.