public abstract class CollectingBarrierStep<S> extends AbstractStep<S,S>
id, label, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild| Constructor and Description |
|---|
CollectingBarrierStep(Traversal.Admin traversal) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
barrierConsumer(TraverserSet<S> traverserSet) |
CollectingBarrierStep<S> |
clone()
Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication.
|
Set<TraverserRequirement> |
getRequirements()
Provide the necessary
TraverserRequirement that must be met by the traverser in order for the step to function properly. |
Traverser<S> |
processNextStart() |
void |
reset()
Reset the state of the step such that it has no incoming starts.
|
addStart, addStarts, getId, getLabel, getNextStep, getPreviousStep, getTraversal, hasNext, next, setId, setLabel, setNextStep, setPreviousStep, setTraversal, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, removepublic CollectingBarrierStep(Traversal.Admin traversal)
public abstract void barrierConsumer(TraverserSet<S> traverserSet)
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.public Traverser<S> processNextStart()
processNextStart in class AbstractStep<S,S>public CollectingBarrierStep<S> clone()
StepEmptyStep.public void reset()
StepCopyright © 2013–2015 Apache Software Foundation. All rights reserved.