public abstract class ComputerAwareStep<S,E> extends AbstractStep<S,E> implements EngineDependent
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ComputerAwareStep.EndStep<S> | 
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild| Constructor and Description | 
|---|
| ComputerAwareStep(Traversal.Admin traversal) | 
| Modifier and Type | Method and Description | 
|---|---|
| ComputerAwareStep<S,E> | clone()Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication. | 
| protected abstract Iterator<Traverser<E>> | computerAlgorithm() | 
| void | onEngine(TraversalEngine engine) | 
| protected Traverser<E> | processNextStart() | 
| protected abstract Iterator<Traverser<E>> | standardAlgorithm() | 
addLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hashCode, hasNext, next, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitequals, getRequirementsforEachRemaining, removepublic ComputerAwareStep(Traversal.Admin traversal)
protected Traverser<E> processNextStart() throws NoSuchElementException
processNextStart in class AbstractStep<S,E>NoSuchElementExceptionpublic void onEngine(TraversalEngine engine)
onEngine in interface EngineDependentpublic ComputerAwareStep<S,E> clone()
StepEmptyStep.protected abstract Iterator<Traverser<E>> standardAlgorithm() throws NoSuchElementException
NoSuchElementExceptionprotected abstract Iterator<Traverser<E>> computerAlgorithm() throws NoSuchElementException
NoSuchElementExceptionCopyright © 2013–2015 Apache Software Foundation. All rights reserved.