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