public final class RemoteStep<S,E> extends AbstractStep<S,E>
Traversal
to a RemoteConnection
and iterates back the results.id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
Constructor and Description |
---|
RemoteStep(Traversal.Admin traversal,
RemoteConnection remoteConnection) |
Modifier and Type | Method and Description |
---|---|
protected Traverser.Admin<E> |
processNextStart() |
CompletableFuture<Traversal<?,E>> |
promise()
Submits the traversal asynchronously to a "remote" using
RemoteConnection.submitAsync(Bytecode) . |
String |
toString() |
addLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hashCode, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getRequirements
forEachRemaining, remove
public RemoteStep(Traversal.Admin traversal, RemoteConnection remoteConnection)
public String toString()
toString
in class AbstractStep<S,E>
protected Traverser.Admin<E> processNextStart() throws NoSuchElementException
processNextStart
in class AbstractStep<S,E>
NoSuchElementException
public CompletableFuture<Traversal<?,E>> promise()
RemoteConnection.submitAsync(Bytecode)
.Copyright © 2013–2022 Apache Software Foundation. All rights reserved.