public final class TimeLimitStep<S> extends FilterStep<S>
id, label, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild| Constructor and Description |
|---|
TimeLimitStep(Traversal.Admin traversal,
long timeLimit) |
| Modifier and Type | Method and Description |
|---|---|
TimeLimitStep<S> |
clone()
Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication.
|
protected boolean |
filter(Traverser.Admin<S> traverser) |
boolean |
getTimedOut() |
void |
reset()
Reset the state of the step such that it has no incoming starts.
|
String |
toString() |
processNextStartaddStart, addStarts, getId, getLabel, getNextStep, getPreviousStep, getTraversal, hasNext, next, setId, setLabel, setNextStep, setPreviousStep, setTraversalequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRequirementsforEachRemaining, removepublic TimeLimitStep(Traversal.Admin traversal, long timeLimit)
protected boolean filter(Traverser.Admin<S> traverser)
filter in class FilterStep<S>public String toString()
toString in class AbstractStep<S,S>public void reset()
Steppublic boolean getTimedOut()
public TimeLimitStep<S> clone()
StepEmptyStep.Copyright © 2013–2015 Apache Software Foundation. All rights reserved.