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, processNextStart
Methods 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, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.GraphComputing
atMaster
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
Methods 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:
standardAlgorithm
in classSqlgComputerAwareStep<S,
S> - Throws:
NoSuchElementException
-
computerAlgorithm
protected Iterator<org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin<S>> computerAlgorithm() throws NoSuchElementException- Specified by:
computerAlgorithm
in classSqlgComputerAwareStep<S,
S> - Throws:
NoSuchElementException
-