public class DriverRemoteTraversal<S,E> extends AbstractRemoteTraversal<S,E>
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.Traversal.Admin<S,E>, Traversal.Exceptions, Traversal.Symbols| Constructor and Description |
|---|
DriverRemoteTraversal(ResultSet rs,
Client client,
boolean attach,
Optional<org.apache.commons.configuration.Configuration> conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases server-side resources related to this traversal (i.e.
|
RemoteTraversalSideEffects |
getSideEffects()
Gets a side-effect from the server.
|
boolean |
hasNext() |
E |
next() |
Traverser.Admin<E> |
nextTraverser() |
addStep, applyStrategies, clone, getBytecode, getGraph, getParent, getSteps, getStrategies, getTraverserGenerator, getTraverserRequirements, isLocked, removeStep, setGraph, setParent, setSideEffects, setStrategiesequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStart, addStarts, addStep, equals, getEndStep, getStartStep, removeStep, resetpublic RemoteTraversalSideEffects getSideEffects()
DriverRemoteTraversal that spawned this as the side-effect will not be ready. Generally
speaking, the common user would not get side-effects this way - they would use a call to cap().public boolean hasNext()
public E next()
public Traverser.Admin<E> nextTraverser()
nextTraverser in interface Traversal.Admin<S,E>nextTraverser in class AbstractRemoteTraversal<S,E>Copyright © 2013–2018 Apache Software Foundation. All rights reserved.