public final class TailGlobalStep<S> extends AbstractStep<S,S> implements Bypassing
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild| Constructor and Description | 
|---|
| TailGlobalStep(Traversal.Admin traversal,
              long limit) | 
| Modifier and Type | Method and Description | 
|---|---|
| TailGlobalStep<S> | clone()Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication. | 
| Set<TraverserRequirement> | getRequirements()Provide the necessary  TraverserRequirementthat must be met by the traverser in order for the step to function properly. | 
| int | hashCode() | 
| Traverser<S> | processNextStart() | 
| void | reset()Reset the state of the step such that it has no incoming starts. | 
| void | setBypass(boolean bypass) | 
| String | toString() | 
addLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, setId, setNextStep, setPreviousStep, setTraversalfinalize, getClass, notify, notifyAll, wait, wait, waitforEachRemaining, removepublic TailGlobalStep(Traversal.Admin traversal, long limit)
public Traverser<S> processNextStart()
processNextStart in class AbstractStep<S,S>public void reset()
Steppublic String toString()
toString in class AbstractStep<S,S>public TailGlobalStep<S> clone()
StepEmptyStep.public int hashCode()
hashCode in class AbstractStep<S,S>public Set<TraverserRequirement> getRequirements()
StepTraverserRequirement that must be met by the traverser in order for the step to function properly.
 The provided default implements returns an empty set.getRequirements in interface Step<S,S>Copyright © 2013–2015 Apache Software Foundation. All rights reserved.