Package org.umlg.sqlg.step.barrier
Class SqlgRepeatStepBarrier.SqlgRepeatEndStepBarrier
java.lang.Object
org.umlg.sqlg.step.SqlgAbstractStep<S,E>
org.umlg.sqlg.step.SqlgComputerAwareStep<S,S>
org.umlg.sqlg.step.barrier.SqlgRepeatStepBarrier.SqlgRepeatEndStepBarrier
- All Implemented Interfaces:
Serializable,Cloneable,Iterator<org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin<S>>,org.apache.tinkerpop.gremlin.process.traversal.Step<S,,S> org.apache.tinkerpop.gremlin.process.traversal.step.GraphComputing
- Enclosing class:
- SqlgRepeatStepBarrier<S>
- See Also:
-
Field Summary
Fields inherited from class org.umlg.sqlg.step.SqlgAbstractStep
starts -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.umlg.sqlg.step.SqlgComputerAwareStep
clone, onGraphComputer, processNextStartMethods inherited from class org.umlg.sqlg.step.SqlgAbstractStep
addLabel, addStart, addStarts, clearLabels, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hashCode, hasNext, hasStarts, next, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.GraphComputing
atMasterMethods inherited from interface java.util.Iterator
forEachRemaining, removeMethods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Step
equals, getRequirements
-
Method Details
-
standardAlgorithm
protected Iterator<org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin<S>> standardAlgorithm() throws NoSuchElementException- Specified by:
standardAlgorithmin classSqlgComputerAwareStep<S,S> - Throws:
NoSuchElementException
-
computerAlgorithm
protected Iterator<org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin<S>> computerAlgorithm() throws NoSuchElementException- Specified by:
computerAlgorithmin classSqlgComputerAwareStep<S,S> - Throws:
NoSuchElementException
-