Class DriverRemoteTraversal<S,E>

java.lang.Object
org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal<S,E>
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal<S,E>
All Implemented Interfaces:
Serializable, AutoCloseable, Cloneable, Iterator<E>, RemoteTraversal<S,E>, Traversal<S,E>, Traversal.Admin<S,E>

public class DriverRemoteTraversal<S,E> extends AbstractRemoteTraversal<S,E>
A AbstractRemoteTraversal implementation for the Gremlin Driver. This Traversal implementation is typically iterated from RemoteStep where the nextTraverser() method is called. While this class provides implementations for both next() and hasNext() that unroll "bulked" results, those methods are not called directly from with TinkerPop remoting.
Author:
Stephen Mallette (http://stephen.genoprime.com)
See Also: