public final class TimeLimitStep<S> extends FilterStep<S> implements Reversible
id, label, nextEnd, nextStep, previousStep, PROFILING_ENABLED, starts, traversal, traverserStepIdSetByChild| Constructor and Description |
|---|
TimeLimitStep(Traversal 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.
|
static <S> void |
generatePredicate(TimeLimitStep<S> timeLimitStep) |
boolean |
getTimedOut() |
void |
reset()
Reset the state of the step such that it has no incoming starts.
|
java.lang.String |
toString() |
processNextStart, setPredicateaddStart, addStarts, getId, getLabel, getNextStep, getPreviousStep, getTraversal, hasNext, next, setId, setLabel, setNextStep, setPreviousStep, setTraversalequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreversegetRequirementspublic TimeLimitStep(Traversal traversal, long timeLimit)
public java.lang.String toString()
toString in class AbstractStep<S,S>public void reset()
Steppublic boolean getTimedOut()
public TimeLimitStep<S> clone() throws java.lang.CloneNotSupportedException
StepEmptyStep.public static <S> void generatePredicate(TimeLimitStep<S> timeLimitStep)
Copyright © 2013-2015 TinkerPop. All Rights Reserved.